public final class EidasNodeException extends AbstractEIDASException
Constructor and Description |
---|
EidasNodeException(String errorCode,
String errorMsg)
Exception Constructor with two Strings representing the errorCode and
errorMessage as parameters.
|
EidasNodeException(String errorCode,
String errorMsg,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
getErrorCode, getErrorMessage, getSamlTokenFail, getUserErrorCode, getUserErrorMessage, setErrorCode, setErrorMessage, setSamlTokenFail
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public EidasNodeException(String errorCode, String errorMsg)
errorCode
- The error code value.errorMsg
- The error message value.public String getMessage()
getMessage
in class Throwable
Copyright © 2020. All Rights Reserved.