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