com.dropbox.client2.exception
Class DropboxPartialFileException

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.DropboxPartialFileException
All Implemented Interfaces:
java.io.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.
 
Constructor Summary
DropboxPartialFileException(long transferred)
           
 
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
 

Field Detail

bytesTransferred

public final long bytesTransferred
The number of bytes successfully transferred.

Constructor Detail

DropboxPartialFileException

public DropboxPartialFileException(long transferred)