tp
Class TransactionAbortedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
tp.TransactionAbortedException
- All Implemented Interfaces:
- Serializable
public class TransactionAbortedException
- extends Exception
A problem occurred that caused the transaction to abort.
A deadlock might be the problem, or perhaps a device or communication
failure caused this operation to abort the transaction.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TransactionAbortedException
public TransactionAbortedException(Transaction Xid,
String msg)