there was no need to extend IOException

This commit is contained in:
Jeremy Long
2016-07-10 07:11:03 -04:00
parent 26b0dd5ef5
commit d2ee66a1c4

View File

@@ -17,14 +17,12 @@
*/
package org.owasp.dependencycheck.data.update.exception;
import java.io.IOException;
/**
* An exception used when an error occurs reading a setting.
*
* @author Jeremy Long
*/
public class UpdateException extends IOException {
public class UpdateException extends Exception {
/**
* The serial version uid.