Package com.hazelcast.transaction
Class TransactionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hazelcast.core.HazelcastException
com.hazelcast.transaction.TransactionException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SplitBrainProtectionException
,TransactionTimedOutException
A
HazelcastException
that is thrown when something goes wrong
while dealing with transactions and transactional data-structures.- See Also:
-
Constructor Summary
ConstructorDescriptionTransactionException
(String message) TransactionException
(String message, Throwable cause) TransactionException
(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
-
TransactionException
public TransactionException() -
TransactionException
-
TransactionException
-
TransactionException
-