public class DbxException
extends java.io.IOException
Modifier and Type | Class and Description |
---|---|
static class |
DbxException.AlreadyOpen
Specified file is already open.
|
static class |
DbxException.ApiUsage
Specific usage or arguments.
|
static class |
DbxException.Disallowed
The app attempted an operation that isn't allowed by its access
level.
|
static class |
DbxException.DiskSpace
Insufficient storage space.
|
static class |
DbxException.Exists
Specified file or folder already exists.
|
static class |
DbxException.InvalidParameter
Bad parameter value, such as attempting to delete or move the root
directory.
|
static class |
DbxException.Network
Network failure.
|
static class |
DbxException.NetworkConnection
Failure to establish a network connection.
|
static class |
DbxException.NetworkTimeout
Network timeout.
|
static class |
DbxException.NotFound
Specified file or folder doesn't exist.
|
static class |
DbxException.NoThumb
No thumbnail is available.
|
static class |
DbxException.Parent
Parent of a specified file or folder doesn't exist, or is a file
rather than a folder.
|
static class |
DbxException.Quota
The user's Dropbox quota is full.
|
static class |
DbxException.RecoverableSystem
System failure that should be recoverable in some way.
|
static class |
DbxException.Server
Error reported by the server.
|
static class |
DbxException.Ssl
Failure to establish SSL communication.
|
static class |
DbxException.Unauthorized
Application or user isn't authorized.
|
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static final long serialVersionUID