bitronix.tm.internal
Class BitronixRollbackSystemException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.transaction.SystemException
              extended by bitronix.tm.internal.BitronixSystemException
                  extended by bitronix.tm.internal.BitronixRollbackSystemException
All Implemented Interfaces:
Serializable

public class BitronixRollbackSystemException
extends BitronixSystemException

Subclass of SystemException indicating a rollback must be performed. This exception is used to handle unilateral rollback of resources during delistement.

Author:
lorban
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.transaction.SystemException
errorCode
 
Constructor Summary
BitronixRollbackSystemException(String string, Throwable t)
           
 
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

BitronixRollbackSystemException

public BitronixRollbackSystemException(String string,
                                       Throwable t)


Copyright © 2006-2013 Bitronix Software. All Rights Reserved.