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