Cumulus4j API
(1.2.0)

org.cumulus4j.keymanager.api
Class KeyStoreNotEmptyException

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.KeyStoreNotEmptyException
All Implemented Interfaces:
Serializable

public class KeyStoreNotEmptyException
extends KeyManagerException

Thrown, if an empty KeyStore is expected, but the key-store is not empty. For example, some key-store-initialisations can only be done, if the key-store is empty (i.e. new).

This is a wrapper for KeyStoreNotEmptyException.

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

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

KeyStoreNotEmptyException

public KeyStoreNotEmptyException()

KeyStoreNotEmptyException

public KeyStoreNotEmptyException(String message,
                                 Throwable cause)

KeyStoreNotEmptyException

public KeyStoreNotEmptyException(String message)

KeyStoreNotEmptyException

public KeyStoreNotEmptyException(Throwable cause)

Cumulus4j API
(1.2.0)

Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.