org.apache.maven.shared.downloader
Class DownloadNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.shared.downloader.DownloadNotFoundException
All Implemented Interfaces:
Serializable

public class DownloadNotFoundException
extends Exception

Author:
Jason van Zyl
See Also:
Serialized Form

Constructor Summary
DownloadNotFoundException(String string)
           
DownloadNotFoundException(String string, Throwable throwable)
           
DownloadNotFoundException(Throwable throwable)
           
 
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
 

Constructor Detail

DownloadNotFoundException

public DownloadNotFoundException(String string)

DownloadNotFoundException

public DownloadNotFoundException(String string,
                                 Throwable throwable)

DownloadNotFoundException

public DownloadNotFoundException(Throwable throwable)


Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.