Class GemfireTransactionCommitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.transaction.TransactionException
org.springframework.data.gemfire.transaction.GemfireTransactionCommitException
- All Implemented Interfaces:
Serializable
Gemfire-specific subclass of
TransactionException
, indicating a transaction failure at commit time.- Author:
- Costin Leau
- See Also:
-
Constructor Summary
ConstructorDescriptionGemfireTransactionCommitException
(String message) GemfireTransactionCommitException
(String message, Throwable cause) -
Method Summary
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GemfireTransactionCommitException
-
GemfireTransactionCommitException
-