public class InvalidAttributeValueException extends UserManagerException
Constructor and Description |
---|
InvalidAttributeValueException(java.lang.String message,
java.lang.String errorCode)
Constructs a
InvalidAttributeValueException with the specified detail message and error code. |
InvalidAttributeValueException(java.lang.String message,
java.lang.Throwable cause,
java.lang.String errorCode)
Constructs a
InvalidAttributeValueException with the specified detail message, cause and error code. |
InvalidAttributeValueException(java.lang.Throwable cause,
java.lang.String errorCode)
Constructs a
InvalidAttributeValueException 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 InvalidAttributeValueException(java.lang.String message, java.lang.String errorCode)
InvalidAttributeValueException
with the specified detail message and error code.message
- the detail messageerrorCode
- Error Codepublic InvalidAttributeValueException(java.lang.String message, java.lang.Throwable cause, java.lang.String errorCode)
InvalidAttributeValueException
with the specified detail message, cause and error code.message
- the detail messagecause
- the causeerrorCode
- Error Codepublic InvalidAttributeValueException(java.lang.Throwable cause, java.lang.String errorCode)
InvalidAttributeValueException
with the specified cause and error code.cause
- the causeerrorCode
- Error Code