public class DbxException extends Exception
InvalidAccessTokenException and possibly for RetryException. The rest you
should probably just log and investigate manually.| Constructor and Description |
|---|
DbxException(String message) |
DbxException(String requestId,
String message) |
DbxException(String requestId,
String message,
Throwable cause) |
DbxException(String message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getRequestId()
Return the unique ID associated with the request that triggered this exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DbxException(String message)
public String getRequestId()
The ID may be null if we could not receive a response from the Dropbox servers
(e.g. from a NetworkIOException).
Please use this ID when filing bug reports.
null if
one is not available.