Class UpdateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.owasp.dependencycheck.data.update.exception.UpdateException
- All Implemented Interfaces:
Serializable
An exception used when an error occurs reading a setting.
- Author:
- Jeremy Long
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new UpdateException.UpdateException(String msg) Creates a new UpdateException.UpdateException(String msg, Throwable ex) Creates a new UpdateException.Creates a new UpdateException. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UpdateException
public UpdateException()Creates a new UpdateException. -
UpdateException
Creates a new UpdateException.- Parameters:
msg- a message for the exception.
-
UpdateException
Creates a new UpdateException.- Parameters:
ex- the cause of the update exception.
-
UpdateException
-