public class NoSuchRoleException extends RoleManagerException
| Constructor and Description |
|---|
NoSuchRoleException()
Constructs a new super exception with null as its detail message.
|
NoSuchRoleException(java.lang.String message)
Constructs a new super exception with the specified detail message.
|
NoSuchRoleException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new super exception with the specified detail message and cause.
|
NoSuchRoleException(java.lang.Throwable cause)
Constructs a new super exception with the specified cause.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getErrorCode()
Gets the ErrorCode from super exception.
|
getParameterMap, getParameters, setErrorCode, setParameterMap, setParametersgetLocalizedMessages, getMessages, xprint, xprintaddError, copyErrorInfo, getErrorData, getErrorMessage, getErrors, getLocalizedMessage, hasMultipleErrors, setErrorData, setErrorMessage, setErrors, toStringpublic NoSuchRoleException()
public NoSuchRoleException(java.lang.String message)
message - the detail messagepublic NoSuchRoleException(java.lang.String message,
java.lang.Throwable cause)
message - the detail messagecause - the causepublic NoSuchRoleException(java.lang.Throwable cause)
cause - the causepublic java.lang.String getErrorCode()
null,
it defaults to NO_SUCH_ROLE_EXISTS errorCode.getErrorCode in interface OIMGenericExceptionIntfgetErrorCode in class IdentityException