com.dstc.security.pki
Class X509CertGenException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.dstc.security.pki.PKIException
                    |
                    +--com.dstc.security.pki.X509CertGenException

public class X509CertGenException
extends PKIException

A class for X509CertGen exceptions. This is thrown whenever an error occurs in constructing certificates.

See Also:
Serialized Form

Constructor Summary
X509CertGenException()
          This constructs an X509CertGenException.
X509CertGenException(String msg)
          This constructs an X509CertGenException 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

X509CertGenException

public X509CertGenException()
This constructs an X509CertGenException.

X509CertGenException

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