Class TransactionCheckedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.ignite.IgniteCheckedException
-
- org.apache.ignite.internal.transactions.TransactionCheckedException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
IgniteTxHeuristicCheckedException,IgniteTxOptimisticCheckedException,IgniteTxRollbackCheckedException,IgniteTxTimeoutCheckedException
public abstract class TransactionCheckedException extends IgniteCheckedException
Internal transaction exceptions base.- See Also:
- Serialized Form
-
-
Method Summary
-
Methods inherited from class org.apache.ignite.IgniteCheckedException
getCause, hasCause, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-