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