Class EventStreamClosedException

    • Constructor Detail

      • EventStreamClosedException

        public EventStreamClosedException​(long continauationId)
        Creates a new EventStreamClosedException from the given continuation ID
        Parameters:
        continauationId - The continuation ID that caused the exception
      • EventStreamClosedException

        public EventStreamClosedException​(String msg)
        Creates a new EventStreamClosedException with a given messasge
        Parameters:
        msg - The message to associated with the EventStreamClosedException