Package org.apache.geode.cache
Class TransactionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.geode.GemFireException
org.apache.geode.cache.CacheException
org.apache.geode.cache.TransactionException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CommitConflictException,CommitDistributionException,CommitIncompleteException,TransactionDataNodeHasDepartedException,TransactionDataNotColocatedException,TransactionDataRebalancedException,TransactionInDoubtException
This is the superclass for all Exceptions that may be thrown by a GemFire transaction.
- Since:
- GemFire 6.5
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTransactionException(String message) TransactionException(String message, Throwable cause) TransactionException(Throwable cause) -
Method Summary
Methods inherited from class org.apache.geode.cache.CacheException
toStringMethods inherited from class org.apache.geode.GemFireException
getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
TransactionException
public TransactionException() -
TransactionException
-
TransactionException
-
TransactionException
-