Class UnreadableSessionDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.jetty.session.UnreadableSessionDataException
-
Constructor Summary
ConstructorsConstructorDescriptionUnreadableSessionDataException
(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
-
getSessionContext
Get the SessionContext to which the unreadable session belongs.- Returns:
- the SessionContext to which the unreadable session belongs
-