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

public static final class DbxClientV1.IODbxException extends 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 throw IOException, but we need to throw DbxException.
See Also:
  • Field Details

  • Constructor Details

    • IODbxException

      public IODbxException(DbxException underlying)