Package org.apache.ignite.transactions
Class TransactionRollbackException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- org.apache.ignite.IgniteException
- 
- org.apache.ignite.transactions.TransactionException
- 
- org.apache.ignite.transactions.TransactionRollbackException
 
 
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class TransactionRollbackException extends TransactionException Exception thrown whenever grid transactions has been automatically rolled back.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description TransactionRollbackException(String msg)Creates new rollback exception with given error message.TransactionRollbackException(String msg, Throwable cause)Creates new rollback exception with given error message and optional nested exception.
 - 
Method Summary- 
Methods inherited from class org.apache.ignite.IgniteExceptiongetCause, hasCause, toString
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
- 
 
- 
- 
- 
Constructor Detail- 
TransactionRollbackExceptionpublic TransactionRollbackException(String msg) Creates new rollback exception with given error message.- Parameters:
- msg- Error message.
 
 
- 
 
-