Searched defs:initCause (Results 1 - 14 of 14) sorted by relevance

/external/apache-http/src/org/apache/http/util/
H A DExceptionUtils.java45 /** A reference to Throwable's initCause method, or null if it's not there in this JVM */
50 * {@link Throwable#initCause(Throwable) initCause} method of {@link Throwable},
54 * @return A <code>Method<code> for <code>Throwable.initCause</code>, or
60 return Throwable.class.getMethod("initCause", paramsClasses);
72 public static void initCause(Throwable throwable, Throwable cause) { method in class:ExceptionUtils
/external/javassist/src/main/javassist/
H A DCannotCompileException.java38 public synchronized Throwable initCause(Throwable cause) { method in class:CannotCompileException
63 initCause(null);
75 initCause(e);
87 initCause(e);
/external/smack/src/org/apache/harmony/javax/security/sasl/
H A DSaslException.java42 super.initCause(ex);
53 public Throwable initCause(Throwable cause) { method in class:SaslException
54 super.initCause(cause);
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTMException.java114 public synchronized Throwable initCause(Throwable cause) { method in class:DTMException
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi.services_3.2.100.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.preferences_3.3.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/robolectric/lib/main/
H A Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/protocol/ ...
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/smack/asmack-master/lib/
H A Dhttpcore-4.1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 1818 milliseconds