Package org.eclipse.jetty.server.session
Class UnwriteableSessionDataException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.jetty.server.session.UnwriteableSessionDataException
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated(since="2021-05-27") public class UnwriteableSessionDataException extends java.lang.Exception
Deprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.UnwriteableSessionDataException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnwriteableSessionDataException(java.lang.String id, SessionContext contextId, 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
-
UnwriteableSessionDataException
public UnwriteableSessionDataException(java.lang.String id, SessionContext contextId, java.lang.Throwable t)
Deprecated.
-
-
Method Detail
-
getId
public java.lang.String getId()
Deprecated.
-
getSessionContext
public SessionContext getSessionContext()
Deprecated.
-
-