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:
java.io.Serializable
@ThreadSafe public class CorruptDatabaseException extends DatabaseException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CorruptDatabaseException(java.lang.String msg)
Creates an CorruptDatabaseException.CorruptDatabaseException(java.lang.String msg, java.lang.Exception ex)
Creates an CorruptDatabaseException.
-
-
-
Constructor Detail
-
CorruptDatabaseException
public CorruptDatabaseException(java.lang.String msg)
Creates an CorruptDatabaseException.- Parameters:
msg
- the exception message
-
CorruptDatabaseException
public CorruptDatabaseException(java.lang.String msg, java.lang.Exception ex)
Creates an CorruptDatabaseException.- Parameters:
msg
- the exception messageex
- the cause of the exception
-
-