mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

lutoff
13.55.2007 c33515440f66eca1bc34dffbbc399cc9202aa2fc
opends/src/ads/org/opends/admin/ads/util/OpendsCertificateException.java
File was renamed from opends/src/ads/org/opends/admin/ads/util/OpendsCertificationException.java
@@ -38,7 +38,7 @@
 * this exception is thrown. This allows to get the certificate chain
 * which is unknown.
 */
public class OpendsCertificationException extends CertificateException
public class OpendsCertificateException extends CertificateException
{
  /**
@@ -62,7 +62,7 @@
   * @param chain the certificate chain which is unknown and has caused
   *        the SSL handcheck failure.
   */
  public OpendsCertificationException(X509Certificate[] chain)
  public OpendsCertificateException(X509Certificate[] chain)
  {
    super();
    this.chain = chain;
@@ -76,7 +76,7 @@
   * @param chain the certificate chain which is unknown and has caused
   *        the SSL handcheck failure.
   */
  public OpendsCertificationException(String msg, X509Certificate[] chain)
  public OpendsCertificateException(String msg, X509Certificate[] chain)
  {
    super(msg);
    this.chain = chain;