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:
java.io.Serializable
@Deprecated(since="2021-05-27") public class UnreadableSessionDataException extends java.lang.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(java.lang.String id, SessionContext sessionContext, java.lang.Throwable t)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.String
getId()
Deprecated.SessionContext
getSessionContext()
Deprecated.
-
-
-
Constructor Detail
-
UnreadableSessionDataException
public UnreadableSessionDataException(java.lang.String id, SessionContext sessionContext, java.lang.Throwable t)
Deprecated.- Parameters:
id
- the session idsessionContext
- the sessionContextt
- the cause of the exception
-
-
Method Detail
-
getId
public java.lang.String getId()
Deprecated.- Returns:
- the session id
-
getSessionContext
public SessionContext getSessionContext()
Deprecated.- Returns:
- the SessionContext to which the unreadable session belongs
-
-