com.dropbox.client2.exception
Class DropboxPartialFileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.dropbox.client2.exception.DropboxException
com.dropbox.client2.exception.DropboxPartialFileException
- All Implemented Interfaces:
- Serializable
public class DropboxPartialFileException
- extends DropboxException
Used when only part of a file was transferred to/from Dropbox when using the
API.
- See Also:
- Serialized Form
|
Field Summary |
long |
bytesTransferred
The number of bytes successfully transferred. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
bytesTransferred
public final long bytesTransferred
- The number of bytes successfully transferred.
DropboxPartialFileException
public DropboxPartialFileException(long transferred)
Copyright © 2012. All Rights Reserved.