bitronix.tm.internal
Class BitronixMultiSystemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.transaction.SystemException
bitronix.tm.internal.BitronixSystemException
bitronix.tm.internal.BitronixMultiSystemException
- All Implemented Interfaces:
- java.io.Serializable
- public class BitronixMultiSystemException
- extends BitronixSystemException
Subclass of SystemException
supporting nested Throwable
s.
© Bitronix Software
- Author:
- lorban
- See Also:
- Serialized Form
Fields inherited from class javax.transaction.SystemException |
errorCode |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BitronixMultiSystemException
public BitronixMultiSystemException(java.lang.String string,
java.util.List exceptions,
java.util.List resourceStates)
getMessage
public java.lang.String getMessage()
isUnilateralRollback
public boolean isUnilateralRollback()
getExceptions
public java.util.List getExceptions()
- Get the list of exceptions that have been thrown during execution.
- Returns:
- the list of exceptions that have been thrown during execution.
getResourceStates
public java.util.List getResourceStates()
- Get the list of XAResourceHolderStates which threw an exception during execution.
This list always contains exactly one resource per exception present in
getExceptions()
list.
Indices of both list always match a resource against the exception it threw.
- Returns:
- the list of resource which threw an exception during execution.