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

Class KeyStoreException

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


public class KeyStoreException

extends GeneralSecurityException

Indicates a problem with the key store.

Since:Author:

Constructor Summary

KeyStoreException()

Create a new instance detailed error message.
KeyStoreException(java.lang.String msg)

Create a new instance with a detailed error message.

Constructor Details

KeyStoreException

public KeyStoreException()

Create a new instance detailed error message.


KeyStoreException

public KeyStoreException(java.lang.String msg)

Create a new instance with a detailed error message.

Parameters: