com.sleepycat.db
public class DatabaseException extends Exception
| Constructor Summary | |
|---|---|
| DatabaseException(String s) | |
| DatabaseException(String s, int errno) | |
| DatabaseException(String s, int errno, Environment dbenv) | |
| Method Summary | |
|---|---|
| Environment | getEnvironment() |
| int | getErrno() |
| String | toString() |