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