public abstract class AbstractEIDASException extends RuntimeException implements Serializable
Modifier | Constructor and Description |
---|---|
protected |
AbstractEIDASException(String samlToken)
Constructor with SAML Token as argument.
|
protected |
AbstractEIDASException(String code,
String message)
Exception Constructor with two Strings representing the errorCode and errorMessage as parameters.
|
protected |
AbstractEIDASException(String code,
String message,
String samlToken)
Exception Constructor with three Strings representing the errorCode, errorMessage and encoded samlToken as
parameters.
|
protected |
AbstractEIDASException(String code,
String message,
Throwable cause)
Exception Constructor with two Strings representing the errorCode and errorMessage as parameters and the
Throwable cause.
|
protected |
AbstractEIDASException(String code,
String message,
Throwable cause,
String userErrorCodeArg,
String userErrorMessageArg) |
protected |
AbstractEIDASException(String message,
Throwable cause)
Exception Constructor with the errorMessage as parameters and the Throwable cause.
|
Modifier and Type | Method and Description |
---|---|
String |
getErrorCode()
Getter for errorCode.
|
String |
getErrorMessage()
Getter for errorMessage.
|
String |
getSamlTokenFail()
Getter for SAMLTokenFail.
|
String |
getUserErrorCode() |
String |
getUserErrorMessage() |
void |
setErrorCode(String code)
Setter for errorCode.
|
void |
setErrorMessage(String message)
Setter for errorMessage.
|
void |
setSamlTokenFail(String samlToken)
Setter for SAMLTokenFail.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected AbstractEIDASException(String code, String message)
code
- The error code value.message
- The error message value.protected AbstractEIDASException(String message, Throwable cause)
message
- The error message value.cause
- The throwable object.protected AbstractEIDASException(String code, String message, Throwable cause)
code
- The error code value.message
- The error message value.cause
- The throwable object.protected AbstractEIDASException(String code, String message, Throwable cause, String userErrorCodeArg, String userErrorMessageArg)
protected AbstractEIDASException(String code, String message, String samlToken)
code
- The error code value.message
- The error message value.samlToken
- The error SAML Token.protected AbstractEIDASException(String samlToken)
samlToken
- The error SAML Token.public final String getErrorCode()
public final void setErrorCode(String code)
code
- The error code value.public final String getErrorMessage()
public final void setErrorMessage(String message)
message
- The error message value.public final String getSamlTokenFail()
public final void setSamlTokenFail(String samlToken)
samlToken
- The error SAML token.public final String getUserErrorCode()
public final String getUserErrorMessage()
Copyright © 2020. All Rights Reserved.