com.dropbox.client2.exception
Class DropboxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.dropbox.client2.exception.DropboxException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- DropboxFileSizeException, DropboxIOException, DropboxLocalStorageFullException, DropboxParseException, DropboxPartialFileException, DropboxServerException, DropboxUnlinkedException
public class DropboxException
- extends Exception
A base for all exceptions from using the API. Catch this instead of specific
subclasses when you want to deal with those issues in a generic way.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DropboxException
protected DropboxException()
DropboxException
public DropboxException(String detailMessage)
DropboxException
public DropboxException(String detailMessage,
Throwable throwable)
DropboxException
public DropboxException(Throwable throwable)
Copyright © 2012. All Rights Reserved.