Searched refs:ExceptionUnwrapper (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/
H A DNullTransactionRunner.java14 import com.sleepycat.util.ExceptionUnwrapper;
29 throw ExceptionUnwrapper.unwrap(e);
H A DSecondaryDeadlockTest.java22 import com.sleepycat.util.ExceptionUnwrapper;
176 e = ExceptionUnwrapper.unwrap(e);
H A DForeignKeyTest.java30 import com.sleepycat.util.ExceptionUnwrapper;
157 throw ExceptionUnwrapper.unwrap(e);
H A DCollectionTest.java51 import com.sleepycat.util.ExceptionUnwrapper;
308 throw ExceptionUnwrapper.unwrap(e);
799 Exception e2 = ExceptionUnwrapper.unwrap(e);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/util/test/
H A DExceptionWrapperTest.java19 import com.sleepycat.util.ExceptionUnwrapper;
65 Exception ee = ExceptionUnwrapper.unwrap(e);
69 Throwable t = ExceptionUnwrapper.unwrapAny(e);
81 Exception ee = ExceptionUnwrapper.unwrap(e);
85 Throwable t = ExceptionUnwrapper.unwrapAny(e);
98 ExceptionUnwrapper.unwrap(e);
105 Throwable t = ExceptionUnwrapper.unwrapAny(e);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/util/
H A DExceptionUnwrapper.java6 * $Id: ExceptionUnwrapper.java,v 12.7 2008/01/08 20:58:39 bostic Exp $
19 public class ExceptionUnwrapper { class
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/collections/
H A DTransactionRunner.java17 import com.sleepycat.util.ExceptionUnwrapper;
213 * ExceptionUnwrapper#unwrap}. The transaction will have been aborted by
235 e = ExceptionUnwrapper.unwrapAny(e);
270 throw ExceptionUnwrapper.unwrap(e);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/bind/serial/test/
H A DSerialBindingTest.java23 import com.sleepycat.util.ExceptionUnwrapper;
83 throw ExceptionUnwrapper.unwrap(e);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/bind/tuple/test/
H A DTupleBindingTest.java38 import com.sleepycat.util.ExceptionUnwrapper;
94 throw ExceptionUnwrapper.unwrap(e);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A DMakefile526 $(JAVA_SLEEPYCAT)/util/ExceptionUnwrapper.java \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A DMakefile.in521 $(JAVA_SLEEPYCAT)/util/ExceptionUnwrapper.java \

Completed in 147 milliseconds