Cumulus4j API
(1.2.0-SNAPSHOT)

org.cumulus4j.keystore
Class KeyStoreNotEmptyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.security.GeneralSecurityException
              extended by org.cumulus4j.keystore.KeyStoreException
                  extended by org.cumulus4j.keystore.KeyStoreNotEmptyException
All Implemented Interfaces:
Serializable

public class KeyStoreNotEmptyException
extends KeyStoreException

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).

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)

KeyStoreNotEmptyException

public KeyStoreNotEmptyException(Throwable cause)

KeyStoreNotEmptyException

public KeyStoreNotEmptyException(String message,
                                 Throwable cause)

Cumulus4j API
(1.2.0-SNAPSHOT)

Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.