de.grogra.persistence
Class XAException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by de.grogra.persistence.PersistenceException
                  extended by de.grogra.persistence.XAException
All Implemented Interfaces:
java.io.Serializable

public abstract class XAException
extends PersistenceException

See Also:
Serialized Form

Field Summary
 Transaction transaction
           
 
Constructor Summary
XAException(java.lang.String msg, Transaction transaction)
           
 
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
 

Field Detail

transaction

public final Transaction transaction
Constructor Detail

XAException

public XAException(java.lang.String msg,
                   Transaction transaction)