Class DownloadFileException

java.lang.Object
java.lang.Throwable
com.samupert.univpm.eurostat.exception.DownloadFileException
All Implemented Interfaces:
Serializable

public class DownloadFileException extends Throwable
Exception thrown when a file can't be downloaded
See Also:
  • Constructor Details

    • DownloadFileException

      public DownloadFileException(String url)
      Create a new DownloadFileException.
      Parameters:
      url - The url of the file that can't be downloaded.