Package com.dropbox.core.util
Class IOUtil.ReadException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.dropbox.core.util.IOUtil.WrappedException
-
- com.dropbox.core.util.IOUtil.ReadException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- IOUtil
public static final class IOUtil.ReadException extends IOUtil.WrappedException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReadException(java.io.IOException underlying)
ReadException(java.lang.String message, java.io.IOException underlying)
-
Method Summary
-
Methods inherited from class com.dropbox.core.util.IOUtil.WrappedException
getCause, getMessage
-
-