Package bitronix.tm.internal
Class BitronixSystemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jakarta.transaction.SystemException
bitronix.tm.internal.BitronixSystemException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BitronixMultiSystemException,BitronixRollbackSystemException
public class BitronixSystemException
extends jakarta.transaction.SystemException
Subclass of
SystemException supporting nested Throwables.- Author:
- lorban
- See Also:
-
Field Summary
Fields inherited from class jakarta.transaction.SystemException
errorCode -
Constructor Summary
ConstructorsConstructorDescriptionBitronixSystemException(int errorCode) BitronixSystemException(String string) BitronixSystemException(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
-
BitronixSystemException
public BitronixSystemException(int errorCode) -
BitronixSystemException
-
BitronixSystemException
-