com.dropbox.client2.exception
Class DropboxUnlinkedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.dropbox.client2.exception.DropboxException
              extended by com.dropbox.client2.exception.DropboxUnlinkedException
All Implemented Interfaces:
java.io.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

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

DropboxUnlinkedException

public DropboxUnlinkedException()

DropboxUnlinkedException

public DropboxUnlinkedException(java.lang.String message)