public final class InternalErrorEIDASException extends AbstractEIDASException
AbstractEIDASException
,
Serialized FormConstructor and Description |
---|
InternalErrorEIDASException(String errorCode,
String errorMessage)
Exception Constructor with two Strings representing the errorCode and
errorMessage as parameters.
|
InternalErrorEIDASException(String errorCode,
String errorMessage,
String samlTokenFail)
Exception Constructor with three strings representing the errorCode,
errorMessage and encoded samlToken as parameters.
|
InternalErrorEIDASException(String errorCode,
String errorMessage,
Throwable cause)
Exception Constructor with two Strings representing the errorCode and
errorMessage as parameters and the Throwable cause.
|
getErrorCode, getErrorMessage, getSamlTokenFail, getUserErrorCode, getUserErrorMessage, setErrorCode, setErrorMessage, setSamlTokenFail
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InternalErrorEIDASException(String errorCode, String errorMessage, Throwable cause)
errorCode
- The error code value.errorMessage
- The error message value.cause
- The throwable object.public InternalErrorEIDASException(String errorCode, String errorMessage, String samlTokenFail)
errorCode
- The error code value.errorMessage
- The error message value.samlTokenFail
- The error SAML Token.Copyright © 2020. All Rights Reserved.