com.dropbox.client2.exception
Class DropboxIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.dropbox.client2.exception.DropboxException
              extended by com.dropbox.client2.exception.DropboxIOException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DropboxSSLException

public class DropboxIOException
extends DropboxException

Encapsulates an IOExceptions when using the API, typically resulting from network-related issues.

See Also:
Serialized Form

Constructor Summary
DropboxIOException(java.io.IOException e)
           
DropboxIOException(java.lang.String detailMessage)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

DropboxIOException

public DropboxIOException(java.io.IOException e)

DropboxIOException

public DropboxIOException(java.lang.String detailMessage)