@Deprecated public class ObjectGridTransactionException extends TransactionException
| Constructor and Description |
|---|
ObjectGridTransactionException(String message)
Deprecated.
Constructs a new ObjectGridTransactionException with the specified detail message.
|
ObjectGridTransactionException(String message,
Throwable cause)
Deprecated.
Constructs a new ObjectGridTransactionException with the specified detail message and
cause.
|
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ObjectGridTransactionException(String message, Throwable cause)
Note that the detail message associated with cause is
not automatically incorporated in this ObjectGridTransactionException'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 ObjectGridTransactionException(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()