Cumulus4j API
(1.2.0)

org.cumulus4j.keymanager.api
Class KeyManagerAPIInstantiationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.cumulus4j.keymanager.api.KeyManagerException
              extended by 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

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

KeyManagerAPIInstantiationException

public KeyManagerAPIInstantiationException()

KeyManagerAPIInstantiationException

public KeyManagerAPIInstantiationException(String message)

KeyManagerAPIInstantiationException

public KeyManagerAPIInstantiationException(Throwable cause)

KeyManagerAPIInstantiationException

public KeyManagerAPIInstantiationException(String message,
                                           Throwable cause)

Cumulus4j API
(1.2.0)

Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.