Class BankIdUserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
se.swedenconnect.bankid.rpapi.types.BankIDException
se.swedenconnect.bankid.rpapi.service.impl.BankIdUserException
- All Implemented Interfaces:
Serializable
Exception class for 4XX API errors.
- Author:
- Martin Lindström, Felix Hellman
- See Also:
-
Constructor Summary
ConstructorDescriptionBankIdUserException
(String message) Constructor.BankIdUserException
(ErrorCode errorCode, String message) -
Method Summary
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
-
BankIdUserException
Constructor.- Parameters:
message
- the error message
-
BankIdUserException
-