Home
last modified time | relevance | path

Searched defs:initCause (Results 1 – 3 of 3) sorted by relevance

/external/apache-http/src/org/apache/http/util/
DExceptionUtils.java72 public static void initCause(Throwable throwable, Throwable cause) { in initCause() method in ExceptionUtils
/external/javassist/src/main/javassist/
DCannotCompileException.java38 public synchronized Throwable initCause(Throwable cause) { in initCause() method in CannotCompileException
/external/apache-xml/src/main/java/org/apache/xml/dtm/
DDTMException.java114 public synchronized Throwable initCause(Throwable cause) { in initCause() method in DTMException