DuplicateKey, KeyNotFoundpublic class DatabaseException
extends java.io.IOException
IndexedObjectDatabase,
Serialized Form| Constructor | Description |
|---|---|
DatabaseException() |
Constructs a new
DatabaseException with null as its error message string. |
DatabaseException(java.lang.String message) |
Constructs a new
DatabaseException with message as its error
message string. |
public DatabaseException()
DatabaseException with null as its error message string.public DatabaseException(java.lang.String message)
DatabaseException with message as its error
message string.
message - Error message string.