Class BankIdValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
se.swedenconnect.bankid.rpapi.types.BankIDException
se.swedenconnect.bankid.idp.authn.error.BankIdTraceableException
se.swedenconnect.bankid.idp.authn.error.BankIdValidationException
- All Implemented Interfaces:
Serializable
Exception class for validation errors in BankID data received from the BankID server.
- Author:
- Martin Lindström, Felix Hellman
- See Also:
-
Constructor Summary
ConstructorDescriptionBankIdValidationException
(String orderRef, String msg) Constructor.BankIdValidationException
(String orderRef, String msg, Throwable cause) Constructor. -
Method Summary
Methods inherited from class se.swedenconnect.bankid.idp.authn.error.BankIdTraceableException
getOrderRef, getTraceId
Methods inherited from class se.swedenconnect.bankid.rpapi.types.BankIDException
getDetails, getErrorCode, setDetails, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
BankIdValidationException
Constructor.- Parameters:
orderRef
- the order referencemsg
- the error message
-
BankIdValidationException
Constructor.- Parameters:
orderRef
- the order referencemsg
- the error messagecause
- the cause of the error
-