Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.security.cert

Class CRLException

java.lang.Object
|
+--java.lang.Throwable
   |
   +--java.lang.Exception
      |
      +--java.security.GeneralSecurityException
         |
         +--java.security.cert.CRLException


public class CRLException

extends GeneralSecurityException

Exception for a Certificate Revocation List.

Since:Author:

Constructor Summary

CRLException()

Constructs an CRLExceptionwithout a message string.
CRLException(java.lang.String msg)

Constructs an CRLException with a message string.

Constructor Details

CRLException

public CRLException()

Constructs an CRLExceptionwithout a message string.


CRLException

public CRLException(java.lang.String msg)

Constructs an CRLException with a message string.

Parameters: