Signals a problem while querying a CertStore for certificates or CRLs.
public classCertStoreException extends java.security.GeneralSecurityException { // Public Constructors public
CertStoreException ( ); public
CertStoreException (Throwable
cause ); public
CertStoreException (String
msg ); public
CertStoreException (String
msg , Throwable
cause ); }
CertStore.{getCertificates( ), getCRLs( )}, CertStoreSpi.{engineGetCertificates( ), engineGetCRLs( )}