public class UserAccountInvalidException extends AuthSelfServiceException
Constructor and Description |
---|
UserAccountInvalidException(java.lang.String message)
Constructs a
UserAccountInvalidException with the specified detail message. |
UserAccountInvalidException(java.lang.String message,
java.lang.Throwable cause)
Constructs a
UserAccountInvalidException with the specified detail message and cause. |
getLocalizedMessages, getMessages, xprint, xprint
addError, copyErrorInfo, getErrorCode, getErrorData, getErrorMessage, getErrors, getLocalizedMessage, hasMultipleErrors, setErrorCode, setErrorData, setErrorMessage, setErrors, toString
public UserAccountInvalidException(java.lang.String message, java.lang.Throwable cause)
UserAccountInvalidException
with the specified detail message and cause.message
- the detail messagecause
- the causepublic UserAccountInvalidException(java.lang.String message)
UserAccountInvalidException
with the specified detail message.message
- the detail message