com.dropbox.client2.exception
Class DropboxUnlinkedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.dropbox.client2.exception.DropboxException
com.dropbox.client2.exception.DropboxUnlinkedException
- All Implemented Interfaces:
- Serializable
public class DropboxUnlinkedException
- extends DropboxException
Thrown when the API can only be used when linked but it's not. This will
happen either because you have not set an AccessTokenPair on your
session, or because the user unlinked your app (revoked the access token
pair).
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DropboxUnlinkedException
public DropboxUnlinkedException()
DropboxUnlinkedException
public DropboxUnlinkedException(String message)
Copyright © 2012. All Rights Reserved.