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