Cumulus4j API
(1.2.0)

org.cumulus4j.keystore
Class KeyStoreException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.security.GeneralSecurityException
              extended by org.cumulus4j.keystore.KeyStoreException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AuthenticationException, CannotDeleteLastUserException, KeyNotFoundException, KeyStoreNotEmptyException, UserAlreadyExistsException, UserNotFoundException

public abstract class KeyStoreException
extends GeneralSecurityException

Base class for all exceptions thrown by KeyStore.

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

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

KeyStoreException

public KeyStoreException()

KeyStoreException

public KeyStoreException(String message)

KeyStoreException

public KeyStoreException(Throwable cause)

KeyStoreException

public KeyStoreException(String message,
                         Throwable cause)

Cumulus4j API
(1.2.0)

Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.