Class NetworkIOException

All Implemented Interfaces:
Serializable

public class NetworkIOException extends DbxException
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: