Package bitronix.tm.internal
Class BitronixRollbackException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jakarta.transaction.RollbackException
bitronix.tm.internal.BitronixRollbackException
- All Implemented Interfaces:
Serializable
public class BitronixRollbackException
extends jakarta.transaction.RollbackException
Subclass of
RollbackException supporting nested Throwables.- Author:
- lorban
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBitronixRollbackException(String string) BitronixRollbackException(String string, Throwable t) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BitronixRollbackException
-
BitronixRollbackException
-