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:
- java.io.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:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description NotApprovedException(java.lang.String message)
 
-