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