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.

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,
CertificateParsingException
Thrown By
Too many methods to list.
|