443444445446447448449
public void remove() throws DownloadException, DownloadRemovalVetoException { throw( new DownloadRemovalVetoException( "no way" )); }
453454455456457458459
boolean delete_torrent, boolean delete_data ) throws DownloadException, DownloadRemovalVetoException { throw( new DownloadRemovalVetoException( "no way" )); }
505506507508509510511
public boolean canBeRemoved() throws DownloadRemovalVetoException { throw( new DownloadRemovalVetoException( "no way" )); }
499500501502503504505506507508
download.removeDownloadWillBeRemovedListener( this ); }else{ throw( new DownloadRemovalVetoException( MessageText.getString( "devices.xcode.remove.vetoed", new String[]{ download.getName()}))); } }