Class DownloadFailedException

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

public class DownloadFailedException extends Exception
The Download Failed Exception.
See Also:
  • Constructor Details

    • DownloadFailedException

      public DownloadFailedException(String url, String message, Throwable cause)
      Parameters:
      url - The url.
      message - The message.
      cause - The cause of the problem.
    • DownloadFailedException

      public DownloadFailedException(String url, String message)
      Parameters:
      url - The url.
      message - The message.
  • Method Details

    • getUrl

      public String getUrl()
      Returns:
      The url.