public class DatabaseException
extends java.io.IOException
IndexedObjectDatabase
,
Serialized FormConstructor and 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.