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