Searched refs:ExceptionWrapper (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/util/
H A DExceptionWrapper.java6 * $Id: ExceptionWrapper.java,v 12.8 2008/01/08 20:58:39 bostic Exp $
16 public interface ExceptionWrapper { interface
H A DExceptionUnwrapper.java13 * ExceptionWrapper#getCause()} method for exceptions that implement the
14 * {@link ExceptionWrapper} interface. Does not currently support the Java 1.4
56 if (e instanceof ExceptionWrapper) {
57 Throwable e2 = ((ExceptionWrapper) e).getCause();
H A DIOExceptionWrapper.java19 extends IOException implements ExceptionWrapper {
H A DRuntimeExceptionWrapper.java17 implements ExceptionWrapper {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A DMakefile527 $(JAVA_SLEEPYCAT)/util/ExceptionWrapper.java \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A DMakefile.in522 $(JAVA_SLEEPYCAT)/util/ExceptionWrapper.java \

Completed in 107 milliseconds