Class DownloadException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DownloadException
    extends java.lang.Exception
    Throws by various Download methods to indicate errors
    Since:
    2.0.7.0
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      DownloadException​(java.lang.String str)  
      DownloadException​(java.lang.String str, java.lang.Throwable cause)  
    • Method Summary

      • 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
    • Constructor Detail

      • DownloadException

        public DownloadException​(java.lang.String str)
      • DownloadException

        public DownloadException​(java.lang.String str,
                                 java.lang.Throwable cause)