|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.dropbox.client2.exception.DropboxException
com.dropbox.client2.exception.DropboxUnlinkedException
public class DropboxUnlinkedException
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).
Constructor Summary | |
---|---|
DropboxUnlinkedException()
|
|
DropboxUnlinkedException(java.lang.String message)
|
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DropboxUnlinkedException()
public DropboxUnlinkedException(java.lang.String message)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |