org.cumulus4j.keystore
Class KeyStoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
KeyStoreException
public KeyStoreException()
KeyStoreException
public KeyStoreException(String message)
KeyStoreException
public KeyStoreException(Throwable cause)
KeyStoreException
public KeyStoreException(String message,
Throwable cause)
Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.