Searched refs:RuntimeExceptionWrapper (Results 1 - 20 of 20) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/util/
H A DRuntimeExceptionWrapper.java6 * $Id: RuntimeExceptionWrapper.java,v 12.7 2008/01/08 20:58:39 bostic Exp $
16 public class RuntimeExceptionWrapper extends RuntimeException class in inherits:RuntimeException,ExceptionWrapper
21 public RuntimeExceptionWrapper(Throwable e) { method in class:RuntimeExceptionWrapper
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/bind/tuple/
H A DTupleMarshalledBinding.java11 import com.sleepycat.util.RuntimeExceptionWrapper;
57 throw new RuntimeExceptionWrapper(e);
59 throw new RuntimeExceptionWrapper(e);
H A DTupleTupleMarshalledBinding.java11 import com.sleepycat.util.RuntimeExceptionWrapper;
66 throw new RuntimeExceptionWrapper(e);
68 throw new RuntimeExceptionWrapper(e);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/bind/serial/
H A DSerialOutput.java19 import com.sleepycat.util.RuntimeExceptionWrapper;
53 throw new RuntimeExceptionWrapper(e);
94 throw new RuntimeExceptionWrapper(e);
96 throw new RuntimeExceptionWrapper(e);
H A DSerialBinding.java17 import com.sleepycat.util.RuntimeExceptionWrapper;
124 throw new RuntimeExceptionWrapper(e);
126 throw new RuntimeExceptionWrapper(e);
160 throw new RuntimeExceptionWrapper(e);
H A DSerialInput.java17 import com.sleepycat.util.RuntimeExceptionWrapper;
93 throw new RuntimeExceptionWrapper(e);
H A DStoredClassCatalog.java32 import com.sleepycat.util.RuntimeExceptionWrapper;
189 throw new RuntimeExceptionWrapper(e);
322 throw new RuntimeExceptionWrapper(e);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/
H A DBasicIterator.java16 import com.sleepycat.util.RuntimeExceptionWrapper;
52 throw new RuntimeExceptionWrapper(e);
80 throw new RuntimeExceptionWrapper(e);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/util/test/
H A DExceptionWrapperTest.java21 import com.sleepycat.util.RuntimeExceptionWrapper;
79 throw new RuntimeExceptionWrapper(new IOException("msg"));
95 throw new RuntimeExceptionWrapper(new Error("msg"));
127 throw new RuntimeExceptionWrapper(ex);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/marshal/
H A DSampleViews.java20 import com.sleepycat.util.RuntimeExceptionWrapper;
201 throw new RuntimeExceptionWrapper(e);
203 throw new RuntimeExceptionWrapper(e);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/collections/
H A DStoredContainer.java18 import com.sleepycat.util.RuntimeExceptionWrapper;
245 * @throws RuntimeExceptionWrapper if a {@link DatabaseException} is thrown.
256 * @throws RuntimeExceptionWrapper if a {@link DatabaseException} is thrown.
275 * @throws RuntimeExceptionWrapper if a {@link DatabaseException} is thrown.
431 throw new RuntimeExceptionWrapper(e);
460 return new RuntimeExceptionWrapper(e);
H A DStoredEntrySet.java17 import com.sleepycat.util.RuntimeExceptionWrapper;
52 * @throws RuntimeExceptionWrapper if a {@link DatabaseException} is thrown.
73 * @throws RuntimeExceptionWrapper if a {@link DatabaseException} is thrown.
109 * @throws RuntimeExceptionWrapper if a {@link DatabaseException} is thrown.
H A DCurrentTransaction.java26 import com.sleepycat.util.RuntimeExceptionWrapper;
108 throw new RuntimeExceptionWrapper(e);
H A DDataView.java26 import com.sleepycat.util.RuntimeExceptionWrapper;
115 throw new RuntimeExceptionWrapper(e);
H A DStoredIterator.java17 import com.sleepycat.util.RuntimeExceptionWrapper;
61 * @throws RuntimeExceptionWrapper if a {@link DatabaseException} is thrown.
140 * @throws RuntimeExceptionWrapper if a {@link DatabaseException} is thrown.
169 * @throws RuntimeExceptionWrapper if a {@link DatabaseException} is thrown.
197 * @throws RuntimeExceptionWrapper if a {@link DatabaseException} is
230 * @throws RuntimeExceptionWrapper if a {@link DatabaseException} is
271 * @throws RuntimeExceptionWrapper if a {@link DatabaseException} is
300 * @throws RuntimeExceptionWrapper if a {@link DatabaseException} is
338 * @throws RuntimeExceptionWrapper if a {@link DatabaseException} is
371 * @throws RuntimeExceptionWrapper i
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/
H A DForeignKeyTest.java31 import com.sleepycat.util.RuntimeExceptionWrapper;
264 } catch (RuntimeExceptionWrapper expected) {
335 } catch (RuntimeExceptionWrapper expected) {
H A DTransactionTest.java39 import com.sleepycat.util.RuntimeExceptionWrapper;
729 throw new RuntimeExceptionWrapper(e);
775 throw new RuntimeExceptionWrapper(e);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DPersistCatalog.java47 import com.sleepycat.util.RuntimeExceptionWrapper;
738 throw new RuntimeExceptionWrapper(e);
817 throw new RuntimeExceptionWrapper(e);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A DMakefile529 $(JAVA_SLEEPYCAT)/util/RuntimeExceptionWrapper.java \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A DMakefile.in527 $(JAVA_SLEEPYCAT)/util/RuntimeExceptionWrapper.java \

Completed in 117 milliseconds