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 Summary
Constructors Constructor Description DbxOAuthException(java.lang.String requestId, DbxOAuthError dbxOAuthError)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DbxOAuthError
getDbxOAuthError()
Get the wrappedDbxOAuthError
to tell what error has been thrown.-
Methods inherited from class com.dropbox.core.DbxException
getRequestId
-
-
-
-
Constructor Detail
-
DbxOAuthException
public DbxOAuthException(java.lang.String requestId, DbxOAuthError dbxOAuthError)
-
-
Method Detail
-
getDbxOAuthError
public DbxOAuthError getDbxOAuthError()
Get the wrappedDbxOAuthError
to tell what error has been thrown.- Returns:
DbxOAuthError
contains what error has been thrown.
-
-