org.cumulus4j.keystore
Class CannotDeleteLastUserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
org.cumulus4j.keystore.KeyStoreException
org.cumulus4j.keystore.CannotDeleteLastUserException
- All Implemented Interfaces:
- Serializable
public class CannotDeleteLastUserException
- extends KeyStoreException
Thrown by KeyStore.deleteUser(String, char[], String)
, if
an attempt is made to delete the last user. Deleting the last user
would cause all data in the KeyStore
to be lost,
hence this operation is not permitted.
- 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 |
CannotDeleteLastUserException
public CannotDeleteLastUserException()
CannotDeleteLastUserException
public CannotDeleteLastUserException(String message)
CannotDeleteLastUserException
public CannotDeleteLastUserException(Throwable cause)
CannotDeleteLastUserException
public CannotDeleteLastUserException(String message,
Throwable cause)
Copyright © 2012 NightLabs Consulting GmbH. All Rights Reserved.