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
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 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
-