com.dropbox.client2.exception
Class DropboxIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.dropbox.client2.exception.DropboxException
com.dropbox.client2.exception.DropboxIOException
- All Implemented Interfaces:
- 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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DropboxIOException
public DropboxIOException(IOException e)
DropboxIOException
public DropboxIOException(String detailMessage)
Copyright © 2012. All Rights Reserved.