Package com.dropbox.core.v1
Class DbxClientV1.IODbxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.dropbox.core.v1.DbxClientV1.IODbxException
- All Implemented Interfaces:
Serializable
- Enclosing class:
DbxClientV1
A DbxException wrapped inside an IOException. This is necessary because sometimes we
present an interface (such as OutputStream.write) that is only declared to throw
IOException, but we need to throw DbxException.- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
underlying
-
-
Constructor Details
-
IODbxException
-