Class DatabaseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.owasp.dependencycheck.data.nvdcve.DatabaseException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CorruptDatabaseException
An exception thrown if an operation against the database fails.
- Author:
- Jeremy Long
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDatabaseException(String msg) Creates an DatabaseException.DatabaseException(String msg, Throwable ex) Creates an DatabaseException.Creates an DatabaseException. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DatabaseException
Creates an DatabaseException.- Parameters:
msg- the exception message
-
DatabaseException
Creates an DatabaseException.- Parameters:
ex- the cause of the exception
-
DatabaseException
-