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