org.idoox.security.pstore
Class KeyStoreException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.idoox.security.pstore.KeyStoreException
All Implemented Interfaces:
java.io.Serializable

public class KeyStoreException
extends java.lang.Exception

Thrown by key store implementations.

Since:
3.0
See Also:
Serialized Form
Component:
Security-Core

Constructor Summary
KeyStoreException()
          Sole constructor.
KeyStoreException(java.lang.String message)
          Standard constructor with message string.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KeyStoreException

public KeyStoreException()
Sole constructor.


KeyStoreException

public KeyStoreException(java.lang.String message)
Standard constructor with message string.

Parameters:
message - message string