Searched refs:initCause (Results 1 - 25 of 43) sorted by relevance

12

/libcore/luni/src/main/java/java/lang/
H A DExceptionInInitializerError.java34 initCause(null);
46 initCause(null);
59 initCause(exception);
H A DAssertionError.java56 initCause((Throwable) detailMessage);
H A DProcessManager.java215 wrapper.initCause(e);
/libcore/luni/src/main/java/javax/net/ssl/
H A DSSLException.java48 super.initCause(cause);
59 super.initCause(cause);
/libcore/luni/src/test/java/libcore/java/lang/
H A DAssertionErrorTest.java25 ae.initCause(new Throwable());
H A DOldThrowableTest.java84 thr.initCause(iae);
88 thr.initCause(npe);
93 thr.initCause(iae);
101 thr.initCause(iae);
109 thr.initCause(thr);
H A DThrowableTest.java134 throwable.initCause(newThrowable("Cause", "A", "B", "C", "D"));
147 throwable.initCause(newThrowable("Cause", "A", "B", "C", "D"));
175 suppressed.initCause(newThrowable("Suppressed/Cause", "A", "B", "E", "H"));
177 throwable.initCause(cause);
179 cause.initCause(newThrowable("Cause/Cause", "A", "B", "C", "J"));
232 throwable.initCause(newThrowable("Cause", "A", "B", "C", "D"));
/libcore/luni/src/main/java/java/lang/reflect/
H A DUndeclaredThrowableException.java41 initCause(exception);
57 initCause(exception);
/libcore/libart/src/main/java/dalvik/system/
H A DTransactionAbortError.java50 initCause(cause);
/libcore/luni/src/main/java/java/io/
H A DWriteAbortedException.java53 initCause(rootCause);
H A DFileDescriptor.java78 sfe.initCause(errnoException);
H A DInputStreamReader.java88 new UnsupportedEncodingException(charsetName).initCause(e);
/libcore/luni/src/main/java/java/util/
H A DInvalidPropertiesFormatException.java57 initCause(c);
/libcore/luni/src/main/java/android/system/
H A DErrnoException.java72 newException.initCause(this);
H A DGaiException.java73 newException.initCause(this);
/libcore/luni/src/main/java/libcore/reflect/
H A DInternalNames.java56 error.initCause(e);
/libcore/luni/src/main/java/java/util/concurrent/atomic/
H A DAtomicMarkableReference.java179 error.initCause(e);
H A DAtomicStampedReference.java179 error.initCause(e);
/libcore/luni/src/main/java/java/util/zip/
H A DInflaterInputStream.java177 throw (IOException) (new IOException().initCause(e));
H A DZip64.java161 zipException.initCause(bue);
218 zipException.initCause(bue);
/libcore/luni/src/main/java/javax/xml/transform/
H A DTransformerException.java103 public synchronized Throwable initCause(Throwable cause) { method in class:TransformerException
/libcore/luni/src/test/java/libcore/util/
H A DSerializationTester.java77 failure.initCause(e);
/libcore/luni/src/main/java/javax/security/auth/x500/
H A DX500Principal.java109 iae.initCause(e);
148 iae.initCause(e);
/libcore/support/src/test/java/tests/support/
H A DSupport_Exec.java107 error.initCause(failure);
/libcore/jsr166-tests/src/test/java/jsr166/
H A DJSR166TestCase.java213 afe.initCause(t);
374 afe.initCause(t);
616 afe.initCause(fail);
1109 afe.initCause(fail);
1188 afe.initCause(t);

Completed in 933 milliseconds

12