public class AccessControlException extends SuperRuntimeException
Constructor and Description |
---|
AccessControlException()
Constructs a new platform.authz exception with null as its detail message.
|
AccessControlException(java.lang.String message)
Constructs a new platform.authz exception with the specified detail message.
|
AccessControlException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new platform.authz exception with the specified detail message and cause.
|
AccessControlException(java.lang.Throwable cause)
Constructs a new platform.authz exception with the specified cause.
|
addError, convertErrorData, copyErrorInfo, getErrorCode, getErrorData, getErrors, getLocalizedMessage, getLocalizedMessages, getMessages, hasMultipleErrors, setErrorCode, setErrorData, setErrors, toString, xprint, xprint
public AccessControlException()
public AccessControlException(java.lang.String message)
message
- the detail messagepublic AccessControlException(java.lang.String message, java.lang.Throwable cause)
message
- the detail messagecause
- the causepublic AccessControlException(java.lang.Throwable cause)
cause
- the cause