Class CorruptDatabaseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.owasp.dependencycheck.data.nvdcve.DatabaseException
org.owasp.dependencycheck.data.nvdcve.CorruptDatabaseException
- All Implemented Interfaces:
Serializable
An exception used to indicate the db4o database is corrupt. This could be due
to invalid data or a complete failure of the db.
- Author:
- Jeremy Long
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an CorruptDatabaseException.CorruptDatabaseException(String msg, Exception ex) Creates an CorruptDatabaseException. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CorruptDatabaseException
Creates an CorruptDatabaseException.- Parameters:
msg- the exception message
-
CorruptDatabaseException
-