CertStoreException | java.security.cert |
Java 1.4 | serializable checked |
Signals a
problem while querying a CertStore for
certificates or CRLs.

public class CertStoreException extends java.security.GeneralSecurityException {
// Public Constructors
public CertStoreException( );
public CertStoreException(Throwable cause);
public CertStoreException(String msg);
public CertStoreException(String msg, Throwable cause);
}
Thrown By
CertStore.{getCertificates( ), getCRLs(
)}, CertStoreSpi.{engineGetCertificates(
), engineGetCRLs( )}
|