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

@ThreadSafe public class DatabaseException extends RuntimeException
An exception thrown if an operation against the database fails.
Author:
Jeremy Long
See Also:
  • Constructor Details

    • DatabaseException

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

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

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