Class DownloadFailedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DownloadFailedException
    extends java.lang.Exception
    The Download Failed Exception.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
      private java.lang.String url  
    • Constructor Summary

      Constructors 
      Constructor Description
      DownloadFailedException​(java.lang.String url, java.lang.String message)  
      DownloadFailedException​(java.lang.String url, java.lang.String message, java.lang.Throwable cause)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getUrl()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • url

        private java.lang.String url
    • Constructor Detail

      • DownloadFailedException

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

        public DownloadFailedException​(java.lang.String url,
                                       java.lang.String message)
        Parameters:
        url - The url.
        message - The message.
    • Method Detail

      • getUrl

        public java.lang.String getUrl()
        Returns:
        The url.