public class RoleLookupException extends RoleManagerException
RoleLookupException
class is used to construct failure
messages during modify, delete, get Role
details operations
of a Role.Constructor and Description |
---|
RoleLookupException()
Constructs a new super exception with null as its detail message.
|
RoleLookupException(java.lang.String message)
Constructs a new super exception with the specified detail message.
|
RoleLookupException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new super exception with the specified detail message and cause.
|
RoleLookupException(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 RoleLookupException()
public RoleLookupException(java.lang.String message)
message
- the detail messagepublic RoleLookupException(java.lang.String message, java.lang.Throwable cause)
message
- the detail messagecause
- the causepublic RoleLookupException(java.lang.Throwable cause)
cause
- the cause