public class OpendsCertificateException extends CertificateException
Constructor and Description |
---|
OpendsCertificateException(String msg,
X509Certificate[] chain)
Build a new OpendsCertificationException object.
|
OpendsCertificateException(X509Certificate[] chain,
Throwable cause)
Build a new OpendsCertificationException object.
|
Modifier and Type | Method and Description |
---|---|
X509Certificate[] |
getChain()
Return the certificate chain which is unknown and has caused the SSL handcheck failure.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public OpendsCertificateException(String msg, X509Certificate[] chain)
msg
- the detail message string of this exception.chain
- the certificate chain which is unknown and has caused the SSL handcheck failure.public OpendsCertificateException(X509Certificate[] chain, Throwable cause)
chain
- the certificate chain which is unknown and has caused the SSL handcheck failure.cause
- the causepublic X509Certificate[] getChain()
Copyright 2010-2018 ForgeRock AS.