Cumulus4j API
(1.2.0-SNAPSHOT)

org.cumulus4j.keymanager.api
Class KeyManagerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.cumulus4j.keymanager.api.KeyManagerException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AuthenticationException, CannotDeleteLastUserException, KeyManagerAPIInstantiationException, KeyStoreNotEmptyException

public class KeyManagerException
extends Exception

Base class for all checked exceptions thrown by KeyManagerAPI (and related API).

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

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

KeyManagerException

public KeyManagerException()

KeyManagerException

public KeyManagerException(String message)

KeyManagerException

public KeyManagerException(Throwable cause)

KeyManagerException

public KeyManagerException(String message,
                           Throwable cause)

Cumulus4j API
(1.2.0-SNAPSHOT)

Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.