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
X509CertGenException
public X509CertGenException()
- This constructs an X509CertGenException.
X509CertGenException
public X509CertGenException(String msg)
- This constructs an X509CertGenException with a detail message.