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