Class DownloadFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.shared.io.download.DownloadFailedException
- All Implemented Interfaces:
Serializable
The Download Failed Exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDownloadFailedException
(String url, String message) DownloadFailedException
(String url, String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DownloadFailedException
- Parameters:
url
- The url.message
- The message.cause
- The cause of the problem.
-
DownloadFailedException
- Parameters:
url
- The url.message
- The message.
-
-
Method Details
-
getUrl
- Returns:
- The url.
-