Package com.dropbox.client2.exception

Class Summary
DropboxServerException.Error  
 

Exception Summary
DropboxException A base for all exceptions from using the API.
DropboxFileSizeException Thrown when trying to upload a file larger than the API can handle.
DropboxIOException Encapsulates an IOExceptions when using the API, typically resulting from network-related issues.
DropboxLocalStorageFullException Thrown when writing to local storage and there is no more room.
DropboxParseException Indicates there was trouble parsing a response from Dropbox.
DropboxPartialFileException Used when only part of a file was transferred to/from Dropbox when using the API.
DropboxServerException Wraps any non-200 HTTP responses from an API call.
DropboxSSLException Wraps any SSL-related exceptions thrown when using the API.
DropboxUnlinkedException Thrown when the API can only be used when linked but it's not.