public class NoSuchActionChainException extends FaultException
| Modifier and Type | Field and Description |
|---|---|
static int |
ERROR_CODE |
static java.lang.String |
ERROR_LABEL |
arguments, errorCode, label| Constructor and Description |
|---|
NoSuchActionChainException(java.lang.String actionChainLabel)
Action Chain exception with AC label.
|
NoSuchActionChainException(java.lang.String actionChainLabel,
java.lang.Throwable cause)
Action Chain exception with AC label and cause.
|
create, getArgs, getErrorCode, getLabel, setArgs, setErrorCode, setLabelpublic static final int ERROR_CODE
public static final java.lang.String ERROR_LABEL
public NoSuchActionChainException(java.lang.String actionChainLabel)
actionChainLabel - Action Chain label.public NoSuchActionChainException(java.lang.String actionChainLabel,
java.lang.Throwable cause)
actionChainLabel - Action Chain label.cause - the cause (which is saved for later retrieval by the
Throwable.getCause() method). (A null value is permitted, and indicates
that the cause is nonexistent or unknown.)