Home
last modified time | relevance | path

Searched refs:getCause (Results 1 – 25 of 28) sorted by relevance

12

/external/guava/src/com/google/common/base/
DThrowables.java161 while ((cause = throwable.getCause()) != null) { in getRootCause()
189 throwable = throwable.getCause(); in getCausalChain()
221 Throwable cause = exception.getCause(); in throwCause()
/external/guava/src/com/google/common/util/concurrent/
DFutures.java446 setException(e.getCause());
461 setException(e.getCause());
467 setException(e.getCause());
DAbstractService.java134 throw Throwables.propagate(e.getCause()); in startAndWait()
142 throw Throwables.propagate(e.getCause()); in stopAndWait()
/external/bouncycastle/src/main/java/org/bouncycastle/jce/exception/
DExtException.java20 Throwable getCause(); in getCause() method
DExtCertPathBuilderException.java25 public Throwable getCause() in getCause() method in ExtCertPathBuilderException
DExtCertPathValidatorException.java26 public Throwable getCause() in getCause() method in ExtCertPathValidatorException
/external/bouncycastle/src/main/java/org/bouncycastle/util/
DStoreException.java14 public Throwable getCause() in getCause() method in StoreException
/external/emma/core/java12/com/vladium/util/exception/
DIThrowableWrapper.java36 Throwable getCause (); in getCause() method
DExceptionCommon.java184 t = tw.getCause (); in printStackTrace()
228 t = tw.getCause (); in printStackTrace()
DAbstractRuntimeException.java275 public final Throwable getCause () in getCause() method in AbstractRuntimeException
DAbstractException.java275 public final Throwable getCause () in getCause() method in AbstractException
/external/bouncycastle/src/main/java/org/bouncycastle/x509/
DExtCertificateEncodingException.java16 public Throwable getCause() in getCause() method in ExtCertificateEncodingException
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/
DASN1ParsingException.java19 public Throwable getCause() in getCause() method in ASN1ParsingException
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
DExtCRLException.java16 public Throwable getCause() in getCause() method in ExtCRLException
DAnnotatedException.java28 public Throwable getCause() in getCause() method in AnnotatedException
DPKIXCertPathBuilderSpi.java112 … throw new CertPathBuilderException(certPathException.getMessage(), certPathException.getCause()); in engineBuild()
/external/bouncycastle/src/main/java/org/bouncycastle/openssl/
DEncryptionException.java21 public Throwable getCause() in getCause() method in EncryptionException
/external/nist-sip/java/javax/sip/header/
DReasonHeader.java9 int getCause(); in getCause() method
/external/apache-http/src/org/apache/commons/logging/
DLogConfigurationException.java90 public Throwable getCause() { in getCause() method in LogConfigurationException
/external/apache-http/src/org/apache/http/client/utils/
DCloneUtils.java55 Throwable cause = ex.getCause(); in clone()
/external/nist-sip/java/gov/nist/javax/sip/header/
DReason.java70 public int getCause() { in getCause() method in Reason
/external/easymock/src/org/easymock/internal/
DResult.java86 throw e.getCause(); in createDelegatingResult()
/external/protobuf/java/src/test/java/com/google/protobuf/
DDescriptorsTest.java455 assertTrue(e.getCause() instanceof NumberFormatException); in testDescriptorValidatorException()
456 assertTrue(e.getCause().getMessage().indexOf("invalid") != -1); in testDescriptorValidatorException()
/external/nist-sip/java/gov/nist/javax/sip/
DSipStackImpl.java641 (Exception) ex1.getCause()); in SipStackImpl()
646 (Exception) ex.getCause()); in SipStackImpl()
DDialogFilter.java725 if (ex.getCause() != null && ex.getCause() instanceof IOException) { in processRequest()

12