mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-23 09:31:32 +01:00
there was no need to extend IOException
This commit is contained in:
@@ -17,14 +17,12 @@
|
|||||||
*/
|
*/
|
||||||
package org.owasp.dependencycheck.data.update.exception;
|
package org.owasp.dependencycheck.data.update.exception;
|
||||||
|
|
||||||
import java.io.IOException;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* An exception used when an error occurs reading a setting.
|
* An exception used when an error occurs reading a setting.
|
||||||
*
|
*
|
||||||
* @author Jeremy Long
|
* @author Jeremy Long
|
||||||
*/
|
*/
|
||||||
public class UpdateException extends IOException {
|
public class UpdateException extends Exception {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The serial version uid.
|
* The serial version uid.
|
||||||
|
|||||||
Reference in New Issue
Block a user