Class DownloadRemovalVetoException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DownloadRemovalVetoException
    extends java.lang.Exception
    This exception is thrown to prevent the removal of a download
    Since:
    2.0.7.0
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean silent  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isSilent()  
      • 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

      • silent

        private boolean silent
    • Constructor Detail

      • DownloadRemovalVetoException

        public DownloadRemovalVetoException​(java.lang.String str,
                                            boolean silent)
      • DownloadRemovalVetoException

        public DownloadRemovalVetoException​(java.lang.String str)
    • Method Detail

      • isSilent

        public boolean isSilent()