HomeSort by relevance Sort by last modified time
    Searched defs:initCause (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/javassist/src/main/javassist/
CannotCompileException.java 38 public synchronized Throwable initCause(Throwable cause) {
63 initCause(null);
75 initCause(e);
87 initCause(e);
  /external/apache-http/src/org/apache/http/
HttpException.java 72 ExceptionUtils.initCause(this, cause);
  /libcore/luni/src/test/java/libcore/java/lang/
AssertionErrorTest.java 25 ae.initCause(new Throwable());
  /external/apache-http/src/org/apache/http/util/
ExceptionUtils.java 45 /** 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) {
  /external/smack/src/org/apache/harmony/javax/security/sasl/
SaslException.java 42 super.initCause(ex);
53 public Throwable initCause(Throwable cause) {
54 super.initCause(cause);
  /libcore/luni/src/main/java/java/lang/
AssertionError.java 57 initCause((Throwable) detailMessage);
Throwable.java 381 public Throwable initCause(Throwable throwable) {
  /libcore/luni/src/main/java/libcore/io/
ErrnoException.java 58 newException.initCause(this);
GaiException.java 59 newException.initCause(this);
  /libcore/luni/src/main/java/javax/xml/transform/
TransformerException.java 103 public synchronized Throwable initCause(Throwable cause) {
  /external/apache-http/src/org/apache/http/impl/io/
ChunkedInputStream.java 247 ExceptionUtils.initCause(ioe, e);
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTMException.java 114 public synchronized Throwable initCause(Throwable cause) {
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/auth/
AuthenticationManager.java 85 throw (IOException) new IOException("The connection is closed.").initCause(tm
281 throw (IOException) new IOException("Publickey authentication failed.").initCause(e);
295 throw (IOException) new IOException("None authentication failed.").initCause(e);
336 throw (IOException) new IOException("Password authentication failed.").initCause(e);
392 throw (IOException) new IOException("Exception in callback.").initCause(e);
410 throw (IOException) new IOException("Keyboard-interactive authentication failed.").initCause(e);
  /dalvik/vm/
Exception.cpp 304 * calls to Throwable.initCause().
308 * #1/#2 and making a separate call to initCause(). Passing a null ref
423 Method* initCause;
424 initCause = dvmFindVirtualMethodHierByDescriptor(excepClass, "initCause",
426 if (initCause != NULL) {
427 dvmCallMethod(self, initCause, exception, &unused, cause);
429 /* initCause() threw an exception; return an error and
432 ALOGW("Exception thrown (%s) during initCause() "
439 ALOGW("WARNING: couldn't find initCause in '%s'"
    [all...]
  /prebuilts/tools/common/m2/internal/xom/xom/1.0/
xom-1.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.services_3.2.100.v20100503.jar 
org.eclipse.equinox.preferences_3.3.0.v20100503.jar 
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-junit.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/tools/common/m2/internal/jaxen/jaxen/1.1.1/
jaxen-1.1.1.jar 
  /prebuilts/tools/common/m2/internal/jdom/jdom/1.0/
jdom-1.0.jar 
  /prebuilts/tools/common/m2/internal/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar 

Completed in 466 milliseconds

1 2 3