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