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