Package org.eclipse.jetty.session
Class UnreadableSessionDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.jetty.session.UnreadableSessionDataException
- All Implemented Interfaces:
Serializable
UnreadableSessionDataException
- See Also:
-
Constructor Summary
ConstructorDescriptionUnreadableSessionDataException
(String id, SessionContext sessionContext, Throwable t) -
Method Summary
Modifier and TypeMethodDescriptiongetId()
Get the session id.Get the SessionContext to which the unreadable session belongs.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
Get the session id.- Returns:
- the session id
-
getSessionContext
Get the SessionContext to which the unreadable session belongs.- Returns:
- the SessionContext to which the unreadable session belongs
-