March 2005
Intermediate to advanced
1254 pages
104h 21m
English
CertificateException
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); }
CertificateEncodingException,
CertificateExpiredException,
CertificateNotYetValidException,
CertificateParsingException
Too many methods to list.