org.apache.maven.shared.io.download
Class DownloadFailedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.maven.shared.io.download.DownloadFailedException
All Implemented Interfaces:
Serializable

public class DownloadFailedException
extends Exception

See Also:
Serialized Form

Constructor Summary
DownloadFailedException(String url, String message)
           
DownloadFailedException(String url, String message, Throwable cause)
           
 
Method Summary
 String getUrl()
           
 
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

DownloadFailedException

public DownloadFailedException(String url,
                               String message,
                               Throwable cause)

DownloadFailedException

public DownloadFailedException(String url,
                               String message)
Method Detail

getUrl

public String getUrl()


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