Class 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 throw IOException, but we need to throw DbxException.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • IODbxException

        public IODbxException​(DbxException underlying)