Class 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 Detail

      • 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 Detail

      • getId

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

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