public class EngineAuthorizationPluginException extends ProcessException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
EngineAuthorizationPluginException(java.lang.Object[] vars)
Constructor.
|
EngineAuthorizationPluginException(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 EngineAuthorizationPluginException(java.lang.Object[] vars)
vars
- See EngineAuthorizationPluginException(Object[], Throwable)
public EngineAuthorizationPluginException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 0 substitution variables for
CWWBE0034E: An error occurred in the authorization plug-in.cause
- The exception that was thrown.