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