Name

CRLException

Synopsis

Signals an error or other problem while working with a CRL.

java.security.cert.CRLException

Figure 14-63. java.security.cert.CRLException

public class CRLException extends java.security.GeneralSecurityException {
// Public Constructors
     public CRLException( );  
5.0  public CRLException(Throwable cause);  
     public CRLException(String message);  
5.0  public CRLException(String message, Throwable cause);  
}

Thrown By

CertificateFactory.{generateCRL( ), generateCRLs( )}, CertificateFactorySpi.{engineGenerateCRL( ), engineGenerateCRLs( )}, X509CRL.{getEncoded( ), getTBSCertList( ), verify( )}, X509CRLEntry.getEncoded( )

Get Java in a Nutshell, 5th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.