public class PhaseException
extends java.lang.Exception
| Constructor and Description |
|---|
PhaseException(java.util.List<java.lang.Exception> exceptions,
java.util.List<XAResourceHolderState> resourceStates) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Exception> |
getExceptions()
Get the list of exceptions that have been thrown during a phase execution.
|
java.lang.String |
getMessage() |
java.util.List<XAResourceHolderState> |
getResourceStates()
Get the list of resource which threw an exception during a phase execution.
|
public PhaseException(java.util.List<java.lang.Exception> exceptions,
java.util.List<XAResourceHolderState> resourceStates)
public java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic java.util.List<java.lang.Exception> getExceptions()
public java.util.List<XAResourceHolderState> getResourceStates()
getExceptions() list.
Indices of both list always match a resource against the exception it threw.Copyright © 2006-2023 Bitronix Software. All Rights Reserved.