com.coyotegulch.jisp

Class DatabaseException

public class DatabaseException extends IOException

Standard exception type thrown by the object database classes.

See Also: IndexedObjectDatabase

Constructor Summary
DatabaseException()
Constructs a new DatabaseException with null as its error message string.
DatabaseException(String message)
Constructs a new DatabaseException with message as its error message string.

Constructor Detail

DatabaseException

public DatabaseException()
Constructs a new DatabaseException with null as its error message string.

DatabaseException

public DatabaseException(String message)
Constructs a new DatabaseException with message as its error message string.

Parameters: message Error message string.