org.cumulus4j.keymanager.api
Class KeyManagerAPIInstantiationException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           org.cumulus4j.keymanager.api.KeyManagerException
org.cumulus4j.keymanager.api.KeyManagerException
               org.cumulus4j.keymanager.api.KeyManagerAPIInstantiationException
org.cumulus4j.keymanager.api.KeyManagerAPIInstantiationException
- All Implemented Interfaces: 
- Serializable
- public class KeyManagerAPIInstantiationException 
- extends KeyManagerException
Thrown if a KeyManagerAPI implementation cannot be instantiated.
 This is usually the case, if the deployment is incomplete for the implementation
 in question (and the arguments specified). See the document
 Deployment: Module-location-matrix
 for details about which module needs to be deployed where.
- 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 | 
 
 
KeyManagerAPIInstantiationException
public KeyManagerAPIInstantiationException()
KeyManagerAPIInstantiationException
public KeyManagerAPIInstantiationException(String message)
KeyManagerAPIInstantiationException
public KeyManagerAPIInstantiationException(Throwable cause)
KeyManagerAPIInstantiationException
public KeyManagerAPIInstantiationException(String message,
                                           Throwable cause)
Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.