Searched refs:getCause (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/util/
H A DExceptionWrapper.java23 * @deprecated replaced by {@link #getCause}.
31 * <code>java.lang.Throwable.getCause</code> method in Java 1.4 and
37 Throwable getCause(); method in interface:ExceptionWrapper
H A DIOExceptionWrapper.java30 * @deprecated replaced by {@link #getCause}.
37 public Throwable getCause() { method in class:IOExceptionWrapper
H A DRuntimeExceptionWrapper.java28 * @deprecated replaced by {@link #getCause}.
35 public Throwable getCause() { method in class:RuntimeExceptionWrapper
H A DExceptionUnwrapper.java13 * ExceptionWrapper#getCause()} method for exceptions that implement the
15 * <code>Throwable.getCause()</code> method.
57 Throwable e2 = ((ExceptionWrapper) e).getCause();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/
H A DForeignKeyTest.java265 assertTrue(expected.getCause() instanceof DatabaseException);
336 assertTrue(expected.getCause() instanceof DatabaseException);

Completed in 174 milliseconds