< prev index next >

src/java.base/share/classes/java/security/cert/CertificateEncodingException.java

Print this page

        

@@ -28,10 +28,11 @@
 /**
  * Certificate Encoding Exception. This is thrown whenever an error
  * occurs while attempting to encode a certificate.
  *
  * @author Hemma Prafullchandra
+ * @since 1.2
  */
 public class CertificateEncodingException extends CertificateException {
 
     private static final long serialVersionUID = 6219492851589449162L;
 
< prev index next >