public class WorkflowException extends ContainerException
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
mNestedContainerException| Constructor and Description | 
|---|
WorkflowException()
Constructs a new WorkflowException. 
 | 
WorkflowException(java.lang.String pString)
Constructs a new WorkflowException with the given message. 
 | 
WorkflowException(java.lang.String pString,
                 java.lang.Throwable pRootCause)
Constructs a new WorkflowException with the given message and
 root exception. 
 | 
WorkflowException(java.lang.Throwable pRootCause)
Constructs a new WorkflowException with the given root exception. 
 | 
appendExtraInfo, containsInheritableInfo, getAttributes, getErrorCode, getMessageArguments, getNestedContainerException, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setAttributes, setErrorCode, setMessageArguments, setNestedContainerException, setSourceException, toString, toStringpublic WorkflowException()
public WorkflowException(java.lang.String pString)
public WorkflowException(java.lang.Throwable pRootCause)
public WorkflowException(java.lang.String pString,
                         java.lang.Throwable pRootCause)