Class DbxWebAuth.NotApprovedException

All Implemented Interfaces:
Serializable
Enclosing class:
DbxWebAuth

public static final class DbxWebAuth.NotApprovedException extends DbxWebAuth.Exception
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 Details

    • NotApprovedException

      public NotApprovedException(String message)