public static class BoundingBoxDownloader.MoreNotesException extends java.lang.RuntimeException
| Modifier and Type | Field and Description |
|---|---|
int |
limit
The download limit sent to the server.
|
java.util.List<Note> |
notes
The downloaded notes
|
| Constructor and Description |
|---|
MoreNotesException(java.util.List<Note> notes,
int limit)
Constructs a
MoreNotesException. |
public final int limit
public MoreNotesException(java.util.List<Note> notes, int limit)
MoreNotesException.notes - downloaded noteslimit - download limit sent to the server