com.dstc.security.keymanage
Class PKCS8Exception

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.security.GeneralSecurityException
                    |
                    +--com.dstc.security.keymanage.PKCS8Exception

public class PKCS8Exception
extends GeneralSecurityException

A class for general PKCS8 exceptions.

See Also:
Serialized Form

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

PKCS8Exception

public PKCS8Exception()

This constructs a PKCS8Exception.


PKCS8Exception

public PKCS8Exception(String msg)

This constructs a PKCS8Exception with a detail message.