Package com.dropbox.core.oauth
Class DbxOAuthException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- com.dropbox.core.DbxException
- 
- com.dropbox.core.oauth.DbxOAuthException
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class DbxOAuthException extends DbxException This exception means OAuth endpoint has thrown error.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description DbxOAuthException(java.lang.String requestId, DbxOAuthError dbxOAuthError)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DbxOAuthErrorgetDbxOAuthError()Get the wrappedDbxOAuthErrorto tell what error has been thrown.- 
Methods inherited from class com.dropbox.core.DbxExceptiongetRequestId
 
- 
 
- 
- 
- 
Constructor Detail- 
DbxOAuthExceptionpublic DbxOAuthException(java.lang.String requestId, DbxOAuthError dbxOAuthError)
 
- 
 - 
Method Detail- 
getDbxOAuthErrorpublic DbxOAuthError getDbxOAuthError() Get the wrappedDbxOAuthErrorto tell what error has been thrown.- Returns:
- DbxOAuthErrorcontains what error has been thrown.
 
 
- 
 
-