public class FailedActionInfo
extends java.lang.Object
implements java.io.Serializable
ActionException, 
Serialized Form| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Constructor and Description | 
|---|
| FailedActionInfo(ProcessExecutionContext pContext)Constructs a new FailedActionInfo with the given process
 execution context. | 
| FailedActionInfo(ProcessExecutionContext pContext,
                java.lang.String pErrorMessage)Constructs a new FailedActionInfo with the given process
 execution context and error message. | 
| FailedActionInfo(ProcessExecutionContext pContext,
                java.lang.Throwable pException)Constructs a new FailedActionInfo with the given process
 execution context and exception. | 
| Modifier and Type | Method and Description | 
|---|---|
| ProcessExecutionContext | getContext()Returns the process execution context for which the action
 failed. | 
| java.lang.String | getErrorMessage()Returns the error message, if any. | 
| java.lang.Throwable | getException()Returns the associated exception, if any. | 
public FailedActionInfo(ProcessExecutionContext pContext)
public FailedActionInfo(ProcessExecutionContext pContext, java.lang.String pErrorMessage)
public FailedActionInfo(ProcessExecutionContext pContext, java.lang.Throwable pException)
public ProcessExecutionContext getContext()
public java.lang.Throwable getException()
public java.lang.String getErrorMessage()