public class EIDASServiceException extends AbstractEIDASException
Constructor and Description |
---|
EIDASServiceException(String samlToken)
Constructor with SAML Token as argument.
|
EIDASServiceException(String code,
String message) |
EIDASServiceException(String code,
String message,
String samlToken)
Exception Constructor with two Strings representing the errorCode and errorMessage as parameters.
|
EIDASServiceException(String code,
String message,
Throwable cause,
String samlToken)
Exception Constructor with two Strings representing the errorCode and errorMessage as parameters.
|
EIDASServiceException(String code,
String message,
Throwable cause,
String userErrorCode,
String userErrorMessage,
String samlToken) |
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
getErrorCode, getErrorMessage, getSamlTokenFail, getUserErrorCode, getUserErrorMessage, setErrorCode, setErrorMessage, setSamlTokenFail
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public EIDASServiceException(String code, String message, String samlToken)
code
- The error code value.message
- The error message value.samlToken
- The SAML Token.public EIDASServiceException(String code, String message, Throwable cause, String samlToken)
code
- The error code value.message
- The error message value.cause
- The original exception;samlToken
- The SAML Token.public EIDASServiceException(String code, String message, Throwable cause, String userErrorCode, String userErrorMessage, String samlToken)
public EIDASServiceException(String samlToken)
samlToken
- The error SAML Token.public final String getMessage()
getMessage
in class Throwable
Copyright © 2020. All Rights Reserved.