/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ocsp/ |
OCSPException.java | 6 private Throwable cause; field in class:OCSPException 16 Throwable cause) 20 this.cause = cause; 25 return cause;
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cmc/ |
CMCException.java | 6 private final Throwable cause; field in class:CMCException 13 public CMCException(String msg, Throwable cause) 16 this.cause = cause; 21 return cause;
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/ |
OperatorException.java | 6 private Throwable cause; field in class:OperatorException 8 public OperatorException(String msg, Throwable cause) 12 this.cause = cause; 22 return cause;
|
OperatorStreamException.java | 8 private Throwable cause; field in class:OperatorStreamException 10 public OperatorStreamException(String msg, Throwable cause) 14 this.cause = cause; 19 return cause;
|
RuntimeOperatorException.java | 6 private Throwable cause; field in class:RuntimeOperatorException 13 public RuntimeOperatorException(String msg, Throwable cause) 17 this.cause = cause; 22 return cause;
|
OperatorCreationException.java | 6 public OperatorCreationException(String msg, Throwable cause) 8 super(msg, cause);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
ExtCRLException.java | 8 Throwable cause; field in class:ExtCRLException 10 ExtCRLException(String message, Throwable cause) 13 this.cause = cause; 18 return cause;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
ExtCertificateEncodingException.java | 8 Throwable cause; field in class:ExtCertificateEncodingException 10 ExtCertificateEncodingException(String message, Throwable cause) 13 this.cause = cause; 18 return cause;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/exception/ |
ExtCertPathBuilderException.java | 10 private Throwable cause; field in class:ExtCertPathBuilderException 12 public ExtCertPathBuilderException(String message, Throwable cause) 15 this.cause = cause; 18 public ExtCertPathBuilderException(String msg, Throwable cause, 21 super(msg, cause); 22 this.cause = cause; 27 return cause;
|
ExtCertPathValidatorException.java | 11 private Throwable cause; field in class:ExtCertPathValidatorException 13 public ExtCertPathValidatorException(String message, Throwable cause) 16 this.cause = cause; 19 public ExtCertPathValidatorException(String msg, Throwable cause, 22 super(msg, cause, certPath, index); 23 this.cause = cause; 28 return cause;
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ |
CertException.java | 9 private Throwable cause; field in class:CertException 11 public CertException(String msg, Throwable cause) 15 this.cause = cause; 25 return cause;
|
CertIOException.java | 11 private Throwable cause; field in class:CertIOException 13 public CertIOException(String msg, Throwable cause) 17 this.cause = cause; 27 return cause;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/ |
ExtendedInvalidKeySpecException.java | 8 private Throwable cause; field in class:ExtendedInvalidKeySpecException 10 public ExtendedInvalidKeySpecException(String msg, Throwable cause) 14 this.cause = cause; 19 return cause;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/ |
ExtCRLException.java | 8 Throwable cause; field in class:ExtCRLException 10 ExtCRLException(String message, Throwable cause) 13 this.cause = cause; 18 return cause;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/util/ |
BadBlockException.java | 8 private final Throwable cause; field in class:BadBlockException 10 public BadBlockException(String msg, Throwable cause) 14 this.cause = cause; 19 return cause;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/ |
DecoderException.java | 9 private Throwable cause; field in class:DecoderException 11 DecoderException(String msg, Throwable cause) 15 this.cause = cause; 20 return cause;
|
EncoderException.java | 9 private Throwable cause; field in class:EncoderException 11 EncoderException(String msg, Throwable cause) 15 this.cause = cause; 20 return cause;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/pem/ |
PemGenerationException.java | 11 private Throwable cause; field in class:PemGenerationException 13 public PemGenerationException(String message, Throwable cause) 16 this.cause = cause; 26 return cause;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/ |
CryptoException.java | 9 private Throwable cause; field in class:CryptoException 30 * Create a CryptoException with the given message and underlying cause. 33 * @param cause the throwable that was the underlying cause. 37 Throwable cause) 41 this.cause = cause; 46 return cause;
|
/external/nist-sip/java/javax/sip/ |
DialogDoesNotExistException.java | 11 public DialogDoesNotExistException(String message, Throwable cause) { 12 super(message, cause);
|
InvalidArgumentException.java | 11 public InvalidArgumentException(String message, Throwable cause) { 12 super(message, cause);
|
ObjectInUseException.java | 11 public ObjectInUseException(String message, Throwable cause) { 12 super(message, cause);
|
PeerUnavailableException.java | 11 public PeerUnavailableException(String message, Throwable cause) { 12 super(message, cause);
|
ProviderDoesNotExistException.java | 11 public ProviderDoesNotExistException(String message, Throwable cause) { 12 super(message, cause);
|
SipException.java | 11 public SipException(String message, Throwable cause) { 12 super(message, cause);
|