public class RoleGrantRevokeException extends RoleManagerException
RoleGrantRevokeException class is used to construct failure
messages during the revoke operation of granted Role(s) to one or more User
entities.| Constructor and Description |
|---|
RoleGrantRevokeException()
Constructs a new super exception with null as its detail message.
|
RoleGrantRevokeException(java.lang.String message)
Constructs a new super exception with the specified detail message.
|
RoleGrantRevokeException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new super exception with the specified detail message and cause.
|
RoleGrantRevokeException(java.lang.Throwable cause)
Constructs a new super exception with the specified cause.
|
getErrorCode, getParameterMap, getParameters, setErrorCode, setParameterMap, setParametersgetLocalizedMessages, getMessages, xprint, xprintaddError, copyErrorInfo, getErrorData, getErrorMessage, getErrors, getLocalizedMessage, hasMultipleErrors, setErrorData, setErrorMessage, setErrors, toStringpublic RoleGrantRevokeException()
public RoleGrantRevokeException(java.lang.String message)
message - the detail messagepublic RoleGrantRevokeException(java.lang.String message,
java.lang.Throwable cause)
message - the detail messagecause - the causepublic RoleGrantRevokeException(java.lang.Throwable cause)
cause - the cause