public class InvalidLookupException extends AuthSelfServiceException
| Constructor and Description |
|---|
InvalidLookupException(java.lang.String message)
Constructs a
InvalidLookupException with the specified detail message. |
InvalidLookupException(java.lang.String message,
java.lang.Throwable cause)
Constructs a
InvalidLookupException with the specified detail message and cause. |
getLocalizedMessages, getMessages, xprint, xprintaddError, copyErrorInfo, getErrorCode, getErrorData, getErrorMessage, getErrors, getLocalizedMessage, hasMultipleErrors, setErrorCode, setErrorData, setErrorMessage, setErrors, toStringpublic InvalidLookupException(java.lang.String message,
java.lang.Throwable cause)
InvalidLookupException with the specified detail message and cause.message - the detail messagecause - the causepublic InvalidLookupException(java.lang.String message)
InvalidLookupException with the specified detail message.message - the detail message