Cumulus4j API
(1.2.0-SNAPSHOT)

org.cumulus4j.keystore
Class KeyNotFoundException

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

public class KeyNotFoundException
extends KeyStoreException

Thrown by KeyStore.getKey(String, char[], long), if a non-existent key is requested.

Author:
Marco หงุ่ยตระกูล-Schulze - marco at nightlabs dot de
See Also:
Serialized Form

Constructor Summary
KeyNotFoundException()
           
KeyNotFoundException(String message)
           
KeyNotFoundException(String message, Throwable cause)
           
KeyNotFoundException(Throwable cause)
           
 
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

KeyNotFoundException

public KeyNotFoundException()

KeyNotFoundException

public KeyNotFoundException(String message)

KeyNotFoundException

public KeyNotFoundException(Throwable cause)

KeyNotFoundException

public KeyNotFoundException(String message,
                            Throwable cause)

Cumulus4j API
(1.2.0-SNAPSHOT)

Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.