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