Class UnreadableSessionDataException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.jetty.server.session.UnreadableSessionDataException
All Implemented Interfaces:
Serializable

public class UnreadableSessionDataException extends Exception
UnreadableSessionDataException
See Also:
  • Constructor Details

    • UnreadableSessionDataException

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

    • getId

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

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