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:
Serializable
This exception means OAuth endpoint has thrown error.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the wrappedDbxOAuthErrorto tell what error has been thrown.Methods inherited from class com.dropbox.core.DbxException
getRequestIdMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DbxOAuthException
-
-
Method Details
-
getDbxOAuthError
Get the wrappedDbxOAuthErrorto tell what error has been thrown.- Returns:
DbxOAuthErrorcontains what error has been thrown.
-