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

Class KeyException

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


public class KeyException

extends GeneralSecurityException

This exception is thrown when there is a problem with a key.

Author:See Also:

Constructor Summary

KeyException()

This method initializes a new instance of KeyException with no descriptive message.
KeyException(java.lang.String msg)

This method initializes a new instance of KeyException with a descriptive message.

Constructor Details

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: