public class AdminActionException extends TaskException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
AdminActionException(java.lang.Object[] vars)
Constructor.
|
AdminActionException(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 AdminActionException(java.lang.Object[] vars)
vars
- See AdminActionException(Object[], Throwable)
public AdminActionException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 2 substitution variables for
CWTKA0030E: An exception occurred during the execution of the administrative operation ''{0}'' for the object ''{1}''.cause
- The exception that was thrown.