com.dstc.security.pki
Class PKIException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.dstc.security.pki.PKIException
Direct Known Subclasses:
X509CertGenException, X509CRLGenException

public class PKIException
extends Exception

A class for general PKI exceptions.

See Also:
Serialized Form

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

PKIException

public PKIException()

This constructs a PKIException.


PKIException

public PKIException(String msg)

This constructs a PKIException with a detail message.