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