Package com.dropbox.core
Class NetworkIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.dropbox.core.DbxException
com.dropbox.core.NetworkIOException
- All Implemented Interfaces:
Serializable
This gets thrown when there's an
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.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.dropbox.core.DbxException
getRequestIdMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString