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
@Deprecated(since="2021-05-27") public class UnreadableSessionDataException extends Exception
Deprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.UnreadableSessionDataException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnreadableSessionDataException(String id, SessionContext sessionContext, Throwable t)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getId()
Deprecated.SessionContext
getSessionContext()
Deprecated.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnreadableSessionDataException
public UnreadableSessionDataException(String id, SessionContext sessionContext, Throwable t)
Deprecated.- Parameters:
id
- the session idsessionContext
- the sessionContextt
- the cause of the exception
-
-
Method Detail
-
getId
public String getId()
Deprecated.- Returns:
- the session id
-
getSessionContext
public SessionContext getSessionContext()
Deprecated.- Returns:
- the SessionContext to which the unreadable session belongs
-
-