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

Constructor Summary
X509CRLGenException()
          This constructs an X509CRLGenException.
X509CRLGenException(String msg)
          This constructs an X509CRLGenException with a detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

X509CRLGenException

public X509CRLGenException()
This constructs an X509CRLGenException.

X509CRLGenException

public X509CRLGenException(String msg)
This constructs an X509CRLGenException with a detail message.