Final

java.security
Class KeyStoreException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.security.GeneralSecurityException
              extended by java.security.KeyStoreException
All Implemented Interfaces:
Serializable

public class KeyStoreException
extends GeneralSecurityException

This class represents generic exceptions with the keystore.

See Also:
Serialized Form

Constructor Summary
KeyStoreException()
          Constructs a new instance of this class with its walkback filled in.
KeyStoreException(String detailMessage)
          Constructs a new instance of this class with its walkback and message filled in.
KeyStoreException(String detailMessage, Throwable throwable)
          Constructs a new instance of this class with its walkback, message and cause filled in.
KeyStoreException(Throwable throwable)
          Constructs a new instance of this class with its walkback and cause filled in.
 
Method Summary
 
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()
Constructs a new instance of this class with its walkback filled in.


KeyStoreException

public KeyStoreException(String detailMessage)
Constructs a new instance of this class with its walkback and message filled in.

Parameters:
detailMessage - String The detail message for the exception.

KeyStoreException

public KeyStoreException(String detailMessage,
                         Throwable throwable)
Constructs a new instance of this class with its walkback, message and cause filled in.

Parameters:
detailMessage - String The detail message for the exception.
throwable - The cause of this Throwable
Since:
1.5

KeyStoreException

public KeyStoreException(Throwable throwable)
Constructs a new instance of this class with its walkback and cause filled in.

Parameters:
throwable - The cause of this Throwable
Since:
1.5

Final

Licensed Materials - Property of IBM
© Copyright IBM Corp. 2006, 2008 All Rights Reserved.