Package com.gigaspaces.exception.lrmi
Class LRMIUnhandledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gigaspaces.exception.lrmi.LRMIUnhandledException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MissingCachedStubException
A special exception which is not handled by the LRMI layer and its cause will be thrown to the
client
- Since:
- 7.5
- Author:
- eitany
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionLRMIUnhandledException(LRMIUnhandledException.Stage stage, String msg) LRMIUnhandledException(LRMIUnhandledException.Stage stage, String msg, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LRMIUnhandledException
-
LRMIUnhandledException
-
LRMIUnhandledException
-
-
Method Details
-
getStage
-