java.security
Class KeyException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.security.GeneralSecurityException
|
+--java.security.KeyException
This exception is thrown when there is a problem with a key.
Author:- Aaron M. Renn <arenn@urbanophile.com>
See Also:
KeyException
public KeyException()
This method initializes a new instance of KeyException
with no descriptive message.
KeyException
public KeyException(java.lang.String msg)
This method initializes a new instance of KeyException
with a descriptive message.
Parameters: