Class DriverLoadException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.owasp.dependencycheck.data.nvdcve.DriverLoadException
-
- All Implemented Interfaces:
java.io.Serializable
@ThreadSafe public class DriverLoadException extends java.lang.Exception
An exception thrown the database driver is unable to be loaded.- Author:
- Jeremy Long
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DriverLoadException(java.lang.String msg)
Creates an DriverLoadException.DriverLoadException(java.lang.String msg, java.lang.Throwable ex)
Creates an DriverLoadException.DriverLoadException(java.lang.Throwable ex)
Creates an DriverLoadException.
-
-
-
Constructor Detail
-
DriverLoadException
public DriverLoadException(java.lang.String msg)
Creates an DriverLoadException.- Parameters:
msg
- the exception message
-
DriverLoadException
public DriverLoadException(java.lang.Throwable ex)
Creates an DriverLoadException.- Parameters:
ex
- the cause of the exception
-
DriverLoadException
public DriverLoadException(java.lang.String msg, java.lang.Throwable ex)
Creates an DriverLoadException.- Parameters:
msg
- the exception messageex
- the cause of the exception
-
-