tp
Class TransactionAbortedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
TransactionAbortedException(Transaction Xid, String msg)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransactionAbortedException

public TransactionAbortedException(Transaction Xid,
                                   String msg)