Class UnreadableSessionDataException

    • Constructor Detail

      • UnreadableSessionDataException

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

      • getId

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

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