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(IOException cause) |
| Modifier and Type | Method and Description |
|---|---|
IOException |
getCause() |
getRequestIdaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NetworkIOException(IOException cause)
public IOException getCause()