public class RoleGrantLookupException extends RoleManagerException
RoleGrantLookupException
class is used to construct
failure messages during the lookup operation of Role grant attributes. The
lookup can be performed either by specifying the Keys or attribute-value
pairs.Constructor and Description |
---|
RoleGrantLookupException()
Constructs a new super exception with null as its detail message.
|
RoleGrantLookupException(java.lang.String message)
Constructs a new super exception with the specified detail message.
|
RoleGrantLookupException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new super exception with the specified detail message and cause.
|
RoleGrantLookupException(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 RoleGrantLookupException()
public RoleGrantLookupException(java.lang.String message)
message
- the detail messagepublic RoleGrantLookupException(java.lang.String message, java.lang.Throwable cause)
message
- the detail messagecause
- the causepublic RoleGrantLookupException(java.lang.Throwable cause)
cause
- the cause