com.limegroup.gnutella.downloader
Class CantResumeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.limegroup.gnutella.downloader.CantResumeException
All Implemented Interfaces:
java.io.Serializable

public class CantResumeException
extends java.lang.Exception

Thrown if we can't resume to a file, i.e., because it's not a valid incomplete file.

See Also:
Serialized Form

Constructor Summary
CantResumeException(java.lang.String file)
           
 
Method Summary
 java.lang.String getFilename()
          Returns the name of the file that couldn't be resumed.
 
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

CantResumeException

public CantResumeException(java.lang.String file)
Method Detail

getFilename

public java.lang.String getFilename()
Returns the name of the file that couldn't be resumed.