public final class SecurityEIDASException extends AbstractEIDASException
AbstractEIDASException
,
Serialized FormConstructor and Description |
---|
SecurityEIDASException(String samlTokenFail)
Exception Constructor with one String representing the encoded samlToken.
|
SecurityEIDASException(String errorCode,
String errorMsg)
Exception Constructor with two Strings representing the errorCode and
errorMessage as parameters.
|
SecurityEIDASException(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 SecurityEIDASException(String errorCode, String errorMsg)
errorCode
- The error code value.errorMsg
- The error message value.public SecurityEIDASException(String errorCode, String errorMessage, Throwable cause)
errorCode
- The error code value.errorMessage
- The error message value.cause
- The throwable object.public SecurityEIDASException(String samlTokenFail)
samlTokenFail
- The error SAML Token.Copyright © 2020. All Rights Reserved.