Searched defs:DatabaseException (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DDatabaseException.java21 public class DatabaseException extends Exception { class in inherits:Exception
26 public DatabaseException(Throwable t) { method in class:DatabaseException
33 public DatabaseException(final String s) { method in class:DatabaseException
38 public DatabaseException(final String s, final int errno) { method in class:DatabaseException
46 public DatabaseException(final String s, method in class:DatabaseException
54 /* package */ DatabaseException(final String s, method in class:DatabaseException

Completed in 105 milliseconds