public class DbxException
extends java.lang.Exception
InvalidAccessTokenException
and possibly for RetryException
. The rest you
should probably just log and investigate manually.Constructor and Description |
---|
DbxException(java.lang.String message) |
DbxException(java.lang.String requestId,
java.lang.String message) |
DbxException(java.lang.String requestId,
java.lang.String message,
java.lang.Throwable cause) |
DbxException(java.lang.String message,
java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getRequestId()
Return the unique ID associated with the request that triggered this exception.
|
public DbxException(java.lang.String message)
public DbxException(java.lang.String requestId, java.lang.String message)
public DbxException(java.lang.String message, java.lang.Throwable cause)
public DbxException(java.lang.String requestId, java.lang.String message, java.lang.Throwable cause)
public java.lang.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.