org.cumulus4j.keystore
Class KeyNotFoundException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.security.GeneralSecurityException
java.security.GeneralSecurityException
               org.cumulus4j.keystore.KeyStoreException
org.cumulus4j.keystore.KeyStoreException
                   org.cumulus4j.keystore.KeyNotFoundException
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
 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
KeyNotFoundException
public KeyNotFoundException()
KeyNotFoundException
public KeyNotFoundException(String message)
KeyNotFoundException
public KeyNotFoundException(Throwable cause)
KeyNotFoundException
public KeyNotFoundException(String message,
                            Throwable cause)
Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.