Class BitronixRollbackSystemException

java.lang.Object
java.lang.Throwable
java.lang.Exception
jakarta.transaction.SystemException
bitronix.tm.internal.BitronixSystemException
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:
  • Constructor Details

    • BitronixRollbackSystemException

      public BitronixRollbackSystemException(String string, Throwable t)