public class DbxOAuthException extends DbxException
| Constructor and Description |
|---|
DbxOAuthException(java.lang.String requestId,
DbxOAuthError dbxOAuthError) |
| Modifier and Type | Method and Description |
|---|---|
DbxOAuthError |
getDbxOAuthError()
Get the wrapped
DbxOAuthError to tell what error has been thrown. |
getRequestIdpublic DbxOAuthException(java.lang.String requestId,
DbxOAuthError dbxOAuthError)
public DbxOAuthError getDbxOAuthError()
DbxOAuthError to tell what error has been thrown.DbxOAuthError contains what error has been thrown.