com.coyotegulch.jisp
public class DatabaseException extends IOException
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.
|
DatabaseException
with null as its error message string.DatabaseException
with message
as its error
message string.
Parameters: message Error message string.