Class BoundingBoxDownloader.MoreNotesException

    • Field Detail

      • notes

        public final transient List<Note> notes
        The downloaded notes
      • limit

        public final int limit
        The download limit sent to the server.
    • Constructor Detail

      • MoreNotesException

        public MoreNotesException​(List<Note> notes,
                                  int limit)
        Constructs a MoreNotesException.
        Parameters:
        notes - downloaded notes
        limit - download limit sent to the server