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