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:
  • Constructor Details

    • UnreadableSessionDataException

      public UnreadableSessionDataException(String id, SessionContext sessionContext, Throwable t)
      Deprecated.
      Parameters:
      id - the session id
      sessionContext - the sessionContext
      t - the cause of the exception
  • Method Details

    • getId

      public String getId()
      Deprecated.
      Returns:
      the session id
    • getSessionContext

      public SessionContext getSessionContext()
      Deprecated.
      Returns:
      the SessionContext to which the unreadable session belongs