@Deprecated public class CannotGetObjectGridSessionException extends NestedRuntimeException
| Constructor and Description |
|---|
CannotGetObjectGridSessionException(String message)
Deprecated.
Constructs a new CannotGetObjectGridSessionException with the specified detail message.
|
CannotGetObjectGridSessionException(String message,
Throwable cause)
Deprecated.
Constructs a new CannotGetObjectGridSessionException with the specified detail message and
cause.
|
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CannotGetObjectGridSessionException(String message, Throwable cause)
Note that the detail message associated with cause is
not automatically incorporated in this CannotGetObjectGridSessionException's detail
message.
message - the detail message (which is saved for later retrieval by the
getMessage method).cause - the cause (which is saved for later retrieval by the
getCause method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown).Throwable.getCause(),
NestedRuntimeException.getMessage()public CannotGetObjectGridSessionException(String message)
initCause method.message - the detail message. The detail message is saved for later
retrieval by the getMessage method.Throwable.initCause(Throwable),
NestedRuntimeException.getMessage()