com.limegroup.gnutella.downloader
Class AlreadyDownloadingException

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

public class AlreadyDownloadingException
extends java.lang.Exception

Thrown when a file can't be downloaded because some other downloader is already downloading it (or queued to do so.)

See Also:
Serialized Form

Constructor Summary
AlreadyDownloadingException(java.lang.String filename)
           
 
Method Summary
 java.lang.String getFilename()
          Returns the name of the conflicting file, without path info.
 
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

AlreadyDownloadingException

public AlreadyDownloadingException(java.lang.String filename)
Method Detail

getFilename

public java.lang.String getFilename()
Returns the name of the conflicting file, without path info.