public class BitronixMultiSystemException extends BitronixSystemException
SystemException supporting nested Throwables.| Constructor and Description |
|---|
BitronixMultiSystemException(java.lang.String string,
java.util.List exceptions,
java.util.List resourceStates) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getExceptions()
Get the list of exceptions that have been thrown during execution.
|
java.lang.String |
getMessage() |
java.util.List |
getResourceStates()
Get the list of XAResourceHolderStates which threw an exception during execution.
|
boolean |
isUnilateralRollback() |
public BitronixMultiSystemException(java.lang.String string,
java.util.List exceptions,
java.util.List resourceStates)
public java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic boolean isUnilateralRollback()
public java.util.List getExceptions()
public java.util.List getResourceStates()
getExceptions() list.
Indices of both list always match a resource against the exception it threw.Copyright © 2006-2019 Bitronix Software. All Rights Reserved.