com.limegroup.gnutella.update
Class FileDownloadException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended bycom.limegroup.gnutella.update.FileDownloadException
All Implemented Interfaces:
java.io.Serializable

public class FileDownloadException
extends java.io.IOException

Thrown when an error occurs downloading a file.

See Also:
Serialized Form

Constructor Summary
FileDownloadException(java.lang.String msgKey)
          Creates a new FileDownloadException with the message specified by the specified message key.
 
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

FileDownloadException

public FileDownloadException(java.lang.String msgKey)
Creates a new FileDownloadException with the message specified by the specified message key.

Parameters:
msgKey - the key for the locale-specific error message