Package org.eclipse.jetty.server.session
Class UnreadableSessionDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.jetty.server.session.UnreadableSessionDataException
- All Implemented Interfaces:
Serializable
UnreadableSessionDataException
- See Also:
-
Constructor Summary
ConstructorDescriptionUnreadableSessionDataException
(String id, SessionContext sessionContext, Throwable t) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnreadableSessionDataException
- Parameters:
id
- the session idsessionContext
- the sessionContextt
- the cause of the exception
-
-
Method Details
-
getId
- Returns:
- the session id
-
getSessionContext
- Returns:
- the SessionContext to which the unreadable session belongs
-