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:
java.io.Serializable
- Enclosing class:
- DbxClientV1
public static final class DbxClientV1.IODbxException extends java.io.IOException
A DbxException wrapped inside an IOException. This is necessary because sometimes we present an interface (such as OutputStream.write) that is only declared to throwIOException
, but we need to throwDbxException
.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description DbxException
underlying
-
Constructor Summary
Constructors Constructor Description IODbxException(DbxException underlying)
-
-
-
Field Detail
-
underlying
public final DbxException underlying
-
-
Constructor Detail
-
IODbxException
public IODbxException(DbxException underlying)
-
-