com.dstc.security.pki
Class X509CRLGenException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.dstc.security.pki.PKIException
|
+--com.dstc.security.pki.X509CRLGenException
- public class X509CRLGenException
- extends PKIException
A class for X509CRLGen exceptions. This is thrown whenever an
error occurs in generating a Certificate Revocation List (CRL).
- See Also:
- Serialized Form
X509CRLGenException
public X509CRLGenException()
- This constructs an X509CRLGenException.
X509CRLGenException
public X509CRLGenException(String msg)
- This constructs an X509CRLGenException with a detail message.