Class DownloadFileException
java.lang.Object
java.lang.Throwable
com.samupert.univpm.eurostat.exception.DownloadFileException
- All Implemented Interfaces:
Serializable
Exception thrown when a file can't be downloaded
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DownloadFileException
Create a newDownloadFileException
.- Parameters:
url
- The url of the file that can't be downloaded.
-