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