java.security
Class KeyManagementException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.security.GeneralSecurityException
|
+--java.security.KeyException
|
+--java.security.KeyManagementException
This exception is thrown whenever a problem related to the management of
security keys is encountered.
Author:- Aaron M. Renn <arenn@urbanophile.com>
See Also:
KeyManagementException
public KeyManagementException()
Create a new instance with no descriptive error message.
KeyManagementException
public KeyManagementException(java.lang.String msg)
Create a new instance with a descriptive error message.
Parameters: