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:
java.io.Serializable
public class NetworkIOException extends DbxException
This gets thrown when there's anIOException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NetworkIOException(java.io.IOException cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.IOException
getCause()
-
Methods inherited from class com.dropbox.core.DbxException
getRequestId
-
-