< prev index next >

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

Print this page

        

*** 29,38 **** --- 29,39 ---- /** * This exception indicates one of a variety of certificate problems. * * @author Hemma Prafullchandra + * @since 1.2 * @see Certificate */ public class CertificateException extends GeneralSecurityException { private static final long serialVersionUID = 3192535253797119798L;
< prev index next >