public class NetworkIOException extends DbxException
IOException when reading or writing to the
network (when communicating with the Dropbox API servers).
We use a separate exception class (instead of just relaying IOException) to make it
easier for you to distinguish between I/O errors communicating with Dropbox and I/O errors from
your own code.
| Constructor and Description |
|---|
NetworkIOException(java.io.IOException cause) |
| Modifier and Type | Method and Description |
|---|---|
java.io.IOException |
getCause() |
getRequestId