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