Class DriverLoadException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.owasp.dependencycheck.data.nvdcve.DriverLoadException
All Implemented Interfaces:
Serializable

@ThreadSafe public class DriverLoadException extends Exception
An exception thrown the database driver is unable to be loaded.
Author:
Jeremy Long
See Also:
  • Constructor Details

    • DriverLoadException

      public DriverLoadException(String msg)
      Creates an DriverLoadException.
      Parameters:
      msg - the exception message
    • DriverLoadException

      public DriverLoadException(Throwable ex)
      Creates an DriverLoadException.
      Parameters:
      ex - the cause of the exception
    • DriverLoadException

      public DriverLoadException(String msg, Throwable ex)
      Creates an DriverLoadException.
      Parameters:
      msg - the exception message
      ex - the cause of the exception