Class BankIdSessionExpiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
se.swedenconnect.bankid.rpapi.types.BankIDException
se.swedenconnect.bankid.idp.authn.error.BankIdSessionExpiredException
- All Implemented Interfaces:
Serializable
Exception for expired BankID sessions.
- Author:
- Martin Lindström, Felix Hellman
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets thePollRequest
that were active when the session timed out.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
-
BankIdSessionExpiredException
Constructor.- Parameters:
request
- thePollRequest
-
-
Method Details
-
getRequest
Gets thePollRequest
that were active when the session timed out.- Returns:
- a
PollRequest
-