org.apache.maven.shared.downloader
Class DownloadException

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

public class DownloadException
extends Exception

Author:
Jason van Zyl
See Also:
Serialized Form

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

DownloadException

public DownloadException(String string)

DownloadException

public DownloadException(String string,
                         Throwable throwable)

DownloadException

public DownloadException(Throwable throwable)


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