Class DriverLoadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.owasp.dependencycheck.data.nvdcve.DriverLoadException
- All Implemented Interfaces:
Serializable
An exception thrown the database driver is unable to be loaded.
- Author:
- Jeremy Long
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an DriverLoadException.DriverLoadException(String msg, Throwable ex) Creates an DriverLoadException.Creates an DriverLoadException. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DriverLoadException
Creates an DriverLoadException.- Parameters:
msg- the exception message
-
DriverLoadException
Creates an DriverLoadException.- Parameters:
ex- the cause of the exception
-
DriverLoadException
-