public class UntrustedCertificateException extends CertificateException
| Constructor and Description |
|---|
UntrustedCertificateException(String msg,
X509Certificate[] x509Certificates) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
X509Certificate[] |
getX509Certificates() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UntrustedCertificateException(String msg, X509Certificate[] x509Certificates)
public X509Certificate[] getX509Certificates()
public String getMessage()
getMessage in class Throwable