public class InvalidApplicationStateException extends TaskException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
InvalidApplicationStateException(java.lang.Object[] vars)
Constructor.
|
InvalidApplicationStateException(java.lang.Object[] vars,
java.lang.Throwable cause)
Constructor.
|
getCause, getMessage, getMessage, getMessageID, getMessageKey, getMessageVariables, getRootCause, printStackTrace, printStackTrace, printStackTrace
public static final java.lang.String COPYRIGHT
public InvalidApplicationStateException(java.lang.Object[] vars)
vars
- See InvalidApplicationStateException(Object[], Throwable)
public InvalidApplicationStateException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 0 substitution variables for
CWTKA0055E: The application does not allow the requested action.cause
- The exception that was thrown.