Package com.dropbox.core
Class DbxWebAuth.NotApprovedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.dropbox.core.DbxWebAuth.Exception
com.dropbox.core.DbxWebAuth.NotApprovedException
- All Implemented Interfaces:
Serializable
- Enclosing class:
DbxWebAuth
Thrown when Dropbox tells us that the user chose not to grant your app access to their
Dropbox account (i.e. the user clicked the "Deny" button).
IMPORTANT: The exception's message must not be shown the the user, but may be logged.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotApprovedException
-