com.dropbox.client2.exception
Class DropboxFileSizeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.dropbox.client2.exception.DropboxException
com.dropbox.client2.exception.DropboxFileSizeException
- All Implemented Interfaces:
- 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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DropboxFileSizeException
public DropboxFileSizeException(String s)
Copyright © 2012. All Rights Reserved.