CertificateException | java.security.cert |
Java 1.2 | serializable checked |
This class is the superclass of several more specific exception types that may be thrown when working with certificates.
Figure 14-49. java.security.cert.CertificateException
public class CertificateException extends java.security.GeneralSecurityException { // Public Constructors public CertificateException ( ); 5.0 public CertificateException (Throwable cause ); public CertificateException (String msg ); 5.0 public CertificateException (String message , Throwable cause ); }
Subclasses CertificateEncodingException, CertificateExpiredException, CertificateNotYetValidException, CertificateParsingExceptionThrown By Too many methods to list. |