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, setParameters
getLocalizedMessages, getMessages, xprint, xprint
addError, copyErrorInfo, getErrorData, getErrorMessage, getErrors, getLocalizedMessage, hasMultipleErrors, setErrorData, setErrorMessage, setErrors, toString
public 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