com.dropbox.client2.exception
Class DropboxFileSizeException

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

public class DropboxFileSizeException
extends DropboxException

Thrown when trying to upload a file larger than the API can handle. See DropboxAPI.MAX_UPLOAD_SIZE.

See Also:
Serialized Form

Constructor Summary
DropboxFileSizeException(java.lang.String s)
           
 
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

DropboxFileSizeException

public DropboxFileSizeException(java.lang.String s)