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.IOExceptionA 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 SummaryFields Modifier and Type Field Description DbxExceptionunderlying
 - 
Constructor SummaryConstructors Constructor Description IODbxException(DbxException underlying)
 
- 
- 
- 
Field Detail- 
underlyingpublic final DbxException underlying 
 
- 
 - 
Constructor Detail- 
IODbxExceptionpublic IODbxException(DbxException underlying) 
 
- 
 
-