public class UnexpectedFailureException extends ProcessException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
UnexpectedFailureException(java.lang.Object[] vars)
Constructor.
|
UnexpectedFailureException(java.lang.Object[] vars,
java.lang.Throwable cause)
Constructor.
|
getCause, getMessage, getMessage, getMessageID, getMessageKey, getMessageVariables, getRootCause, internPrintStackTrace, printStackTrace, printStackTrace, printStackTrace
public static final java.lang.String COPYRIGHT
public UnexpectedFailureException(java.lang.Object[] vars)
vars
- See UnexpectedFailureException(Object[], Throwable)
public UnexpectedFailureException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 0 substitution variables for
CWWBA0010E: Unexpected exception during execution.cause
- The exception that was thrown.