transaction
Class TransactionAbortedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by transaction.TransactionAbortedException
All Implemented Interfaces:
java.io.Serializable

public class TransactionAbortedException
extends java.lang.Exception

A problem occurred that caused the transaction to abort. Perhaps deadlock was the problem, or perhaps a device or communication failure caused this operation to abort the transaction.

See Also:
Serialized Form

Constructor Summary
TransactionAbortedException(int Xid, java.lang.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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransactionAbortedException

public TransactionAbortedException(int Xid,
                                   java.lang.String msg)