com.mindbright.jca.security
Class KeyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.mindbright.jca.security.GeneralSecurityException
              extended bycom.mindbright.jca.security.KeyException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidKeyException

public class KeyException
extends GeneralSecurityException

See Also:
Serialized Form

Constructor Summary
KeyException()
           
KeyException(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KeyException

public KeyException()

KeyException

public KeyException(java.lang.String msg)