public class UserManagerException extends IdentityException
| Constructor and Description |
|---|
UserManagerException()
Constructs a
UserManagerException with null as its detail message. |
UserManagerException(java.lang.String message)
Constructs a
UserManagerException with the specified detail message. |
UserManagerException(java.lang.String message,
java.lang.Throwable cause)
Constructs a
UserManagerException with the specified detail message and cause. |
UserManagerException(java.lang.Throwable cause)
Constructs a
UserManagerException with the specified cause. |
getErrorCode, getParameterMap, getParameters, setErrorCode, setParameterMap, setParametersgetLocalizedMessages, getMessages, xprint, xprintaddError, copyErrorInfo, getErrorData, getErrorMessage, getErrors, getLocalizedMessage, hasMultipleErrors, setErrorData, setErrorMessage, setErrors, toStringpublic UserManagerException()
UserManagerException with null as its detail message.public UserManagerException(java.lang.String message)
UserManagerException with the specified detail message.message - the detail messagepublic UserManagerException(java.lang.String message,
java.lang.Throwable cause)
UserManagerException with the specified detail message and cause.message - the detail messagecause - the causepublic UserManagerException(java.lang.Throwable cause)
UserManagerException with the specified cause.cause - the cause