public class UnauthenticatedSelfServiceException extends SelfServiceException
Constructor and Description |
---|
UnauthenticatedSelfServiceException()
Constructs a
UnauthenticatedSelfServiceException with null
as its detail message. |
UnauthenticatedSelfServiceException(java.lang.String message)
Constructs a
UnauthenticatedSelfServiceException with the
specified detail message. |
UnauthenticatedSelfServiceException(java.lang.String message,
java.lang.String errorCode)
Constructs a
UnauthenticatedSelfServiceException with the
specified detail message and errorCode. |
UnauthenticatedSelfServiceException(java.lang.String message,
java.lang.String errorCode,
java.lang.Throwable cause)
Constructs a
UnauthenticatedSelfServiceException with the
specified detail message, errorCode and cause. |
UnauthenticatedSelfServiceException(java.lang.String message,
java.lang.Throwable cause)
Constructs a
UnauthenticatedSelfServiceException with the
specified detail message and cause. |
UnauthenticatedSelfServiceException(java.lang.Throwable cause)
Constructs a
UnauthenticatedSelfServiceException with the
specified cause. |
getErrorCode, getParameterMap, getParameters, setErrorCode, setParameterMap, setParameters
getLocalizedMessages, getMessages, xprint, xprint
addError, copyErrorInfo, getErrorData, getErrorMessage, getErrors, getLocalizedMessage, hasMultipleErrors, setErrorData, setErrorMessage, setErrors, toString
public UnauthenticatedSelfServiceException()
UnauthenticatedSelfServiceException
with null
as its detail message.public UnauthenticatedSelfServiceException(java.lang.String message)
UnauthenticatedSelfServiceException
with the
specified detail message.message
- the detail messagepublic UnauthenticatedSelfServiceException(java.lang.String message, java.lang.Throwable cause)
UnauthenticatedSelfServiceException
with the
specified detail message and cause.message
- the detail messagecause
- the causepublic UnauthenticatedSelfServiceException(java.lang.Throwable cause)
UnauthenticatedSelfServiceException
with the
specified cause.cause
- the causepublic UnauthenticatedSelfServiceException(java.lang.String message, java.lang.String errorCode, java.lang.Throwable cause)
UnauthenticatedSelfServiceException
with the
specified detail message, errorCode and cause.message
- the detail messageerrorCode
- the error codecause
- the causepublic UnauthenticatedSelfServiceException(java.lang.String message, java.lang.String errorCode)
UnauthenticatedSelfServiceException
with the
specified detail message and errorCode.message
- the detail messageerrorCode
- the error code