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

1234567891011>>

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/exception/
H A DExtException.java20 Throwable getCause(); method in interface:ExtException
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DRequestException.java31 public IOException getCause() { method in class:RequestException
32 return (IOException) super.getCause();
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
H A DStoreException.java23 public Throwable getCause() method in class:StoreException
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/
H A DDecoderException.java18 public Throwable getCause() method in class:DecoderException
H A DEncoderException.java18 public Throwable getCause() method in class:EncoderException
/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
/external/guice/core/src/com/google/inject/internal/
H A DMessageProcessor.java40 if (message.getCause() != null) {
41 String rootMessage = getRootMessage(message.getCause());
44 message.getCause());
52 Throwable cause = t.getCause();
H A DExceptions.java36 if(cause.getCause() != null) {
37 cause = cause.getCause();
/external/objenesis/main/src/test/java/org/objenesis/
H A DObjenesisExceptionTest.java37 assertSame(cause, e.getCause());
42 assertNull(e.getCause());
50 assertSame(cause, e.getCause());
55 assertNull(e.getCause());
/external/javassist/src/main/javassist/util/proxy/
H A DSecurityActions.java67 if (e.getCause() instanceof NoSuchMethodException)
68 throw (NoSuchMethodException) e.getCause();
70 throw new RuntimeException(e.getCause());
91 if (e.getCause() instanceof NoSuchMethodException)
92 throw (NoSuchMethodException) e.getCause();
94 throw new RuntimeException(e.getCause());
128 if (e.getCause() instanceof NoSuchMethodException)
129 throw (IllegalAccessException) e.getCause();
131 throw new RuntimeException(e.getCause());
/external/ant-glob/src/org/apache/tools/ant/
H A DBuildException.java73 * @deprecated Use {@link #getCause} instead.
77 return getCause();
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
H A DCertException.java23 public Throwable getCause() method in class:CertException
H A DCertIOException.java25 public Throwable getCause() method in class:CertIOException
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ocsp/
H A DOCSPException.java23 public Throwable getCause() method in class:OCSPException
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cmc/
H A DCMCException.java19 public Throwable getCause() method in class:CMCException
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DCMSAttributeTableGenerationException.java28 public Throwable getCause() method in class:CMSAttributeTableGenerationException
H A DCMSException.java28 public Throwable getCause() method in class:CMSException
H A DCMSRuntimeException.java28 public Throwable getCause() method in class:CMSRuntimeException
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
H A DOperatorException.java20 public Throwable getCause() method in class:OperatorException
H A DOperatorStreamException.java17 public Throwable getCause() method in class:OperatorStreamException
H A DRuntimeOperatorException.java20 public Throwable getCause() method in class:RuntimeOperatorException
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DASN1Exception.java40 public Throwable getCause() method in class:ASN1Exception
H A DASN1ParsingException.java38 public Throwable getCause() method in class:ASN1ParsingException
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
H A DCryptoException.java44 public Throwable getCause() method in class:CryptoException
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
H A DExtendedInvalidKeySpecException.java17 public Throwable getCause() method in class:ExtendedInvalidKeySpecException

Completed in 436 milliseconds

1234567891011>>