Searched refs:getCause (Results 1 - 25 of 29) sorted by relevance

12

/external/bouncycastle/src/main/java/org/bouncycastle/jce/exception/
H A DExtException.java20 Throwable getCause(); method in interface:ExtException
H A DExtCertPathBuilderException.java25 public Throwable getCause() method in class:ExtCertPathBuilderException
H A DExtCertPathValidatorException.java26 public Throwable getCause() method in class:ExtCertPathValidatorException
/external/bouncycastle/src/main/java/org/bouncycastle/util/
H A DStoreException.java14 public Throwable getCause() method in class:StoreException
/external/emma/core/java12/com/vladium/util/exception/
H A DIThrowableWrapper.java32 * Throwable.getCause() in J2SE 1.4.
36 Throwable getCause (); method in interface:IThrowableWrapper
H A DAbstractException.java275 public final Throwable getCause () method in class:AbstractException
H A DAbstractRuntimeException.java275 public final Throwable getCause () method in class:AbstractRuntimeException
H A DExceptionCommon.java184 t = tw.getCause ();
228 t = tw.getCause ();
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/
H A DASN1ParsingException.java19 public Throwable getCause() method in class:ASN1ParsingException
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
H A DExtCRLException.java16 public Throwable getCause() method in class:ExtCRLException
H A DAnnotatedException.java28 public Throwable getCause() method in class:AnnotatedException
H A DPKIXCertPathBuilderSpi.java112 throw new CertPathBuilderException(certPathException.getMessage(), certPathException.getCause());
H A DRFC3280CertPathUtilities.java1541 if (null != e.getCause())
1543 cause = e.getCause();
2241 throw new CertPathValidatorException(e.getMessage(), e.getCause(), certPath, index);
/external/bouncycastle/src/main/java/org/bouncycastle/openssl/
H A DEncryptionException.java21 public Throwable getCause() method in class:EncryptionException
/external/bouncycastle/src/main/java/org/bouncycastle/x509/
H A DExtCertificateEncodingException.java16 public Throwable getCause() method in class:ExtCertificateEncodingException
/external/nist-sip/java/javax/sip/header/
H A DReasonHeader.java9 int getCause(); method in interface:ReasonHeader
/external/apache-http/src/org/apache/commons/logging/
H A DLogConfigurationException.java90 public Throwable getCause() { method in class:LogConfigurationException
/external/guava/src/com/google/common/base/
H A DThrowables.java161 while ((cause = throwable.getCause()) != null) {
189 throwable = throwable.getCause();
221 Throwable cause = exception.getCause();
/external/apache-http/src/org/apache/http/client/utils/
H A DCloneUtils.java55 Throwable cause = ex.getCause();
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DReason.java70 public int getCause() { method in class:Reason
/external/easymock/src/org/easymock/internal/
H A DResult.java86 throw e.getCause();
/external/guava/src/com/google/common/util/concurrent/
H A DFutures.java446 setException(e.getCause());
461 setException(e.getCause());
467 setException(e.getCause());
H A DAbstractService.java134 throw Throwables.propagate(e.getCause());
142 throw Throwables.propagate(e.getCause());
/external/nist-sip/java/gov/nist/javax/sip/
H A DSipStackImpl.java641 (Exception) ex1.getCause());
646 (Exception) ex.getCause());
/external/protobuf/java/src/test/java/com/google/protobuf/
H A DDescriptorsTest.java455 assertTrue(e.getCause() instanceof NumberFormatException);
456 assertTrue(e.getCause().getMessage().indexOf("invalid") != -1);

Completed in 194 milliseconds

12