Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.security

Class KeyManagementException

java.lang.Object
|
+--java.lang.Throwable
   |
   +--java.lang.Exception
      |
      +--java.security.GeneralSecurityException
         |
         +--java.security.KeyException
            |
            +--java.security.KeyManagementException


public class KeyManagementException

extends KeyException

This exception is thrown whenever a problem related to the management of security keys is encountered.

Author:See Also:

Constructor Summary

KeyManagementException()

Create a new instance with no descriptive error message.
KeyManagementException(java.lang.String msg)

Create a new instance with a descriptive error message.

Constructor Details

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: