public class UserDisableException extends UserManagerException
| Constructor and Description |
|---|
UserDisableException(java.lang.String message,
java.lang.String errorCode)
Constructs a
UserDisableException with the specified detail message and error code. |
UserDisableException(java.lang.String message,
java.lang.Throwable cause,
java.lang.String errorCode)
Constructs a
UserDisableException with the specified detail message, cause and error code. |
UserDisableException(java.lang.Throwable cause,
java.lang.String errorCode)
Constructs a
UserDisableException with the specified cause. |
getErrorCode, getParameterMap, getParameters, setErrorCode, setParameterMap, setParametersgetLocalizedMessages, getMessages, xprint, xprintaddError, copyErrorInfo, getErrorData, getErrorMessage, getErrors, getLocalizedMessage, hasMultipleErrors, setErrorData, setErrorMessage, setErrors, toStringpublic UserDisableException(java.lang.String message,
java.lang.String errorCode)
UserDisableException with the specified detail message and error code.message - the detail messageerrorCode - public UserDisableException(java.lang.String message,
java.lang.Throwable cause,
java.lang.String errorCode)
UserDisableException with the specified detail message, cause and error code.message - the detail messagecause - the causeerrorCode - public UserDisableException(java.lang.Throwable cause,
java.lang.String errorCode)
UserDisableException with the specified cause.cause - the cause