com.dropbox.client2.exception
Class DropboxLocalStorageFullException

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.DropboxLocalStorageFullException
All Implemented Interfaces:
java.io.Serializable

public class DropboxLocalStorageFullException
extends DropboxException

Thrown when writing to local storage and there is no more room.

See Also:
Serialized Form

Constructor Summary
DropboxLocalStorageFullException()
           
 
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

DropboxLocalStorageFullException

public DropboxLocalStorageFullException()