org.cumulus4j.keystore
Class UserAlreadyExistsException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.security.GeneralSecurityException
java.security.GeneralSecurityException
               org.cumulus4j.keystore.KeyStoreException
org.cumulus4j.keystore.KeyStoreException
                   org.cumulus4j.keystore.UserAlreadyExistsException
org.cumulus4j.keystore.UserAlreadyExistsException
- All Implemented Interfaces: 
- Serializable
- public class UserAlreadyExistsException 
- extends KeyStoreException
Thrown by KeyStore.createUser(String, char[], String, char[]),
 if a user with the same userName already exists.
- 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 | 
 
 
UserAlreadyExistsException
public UserAlreadyExistsException()
UserAlreadyExistsException
public UserAlreadyExistsException(String message)
UserAlreadyExistsException
public UserAlreadyExistsException(Throwable cause)
UserAlreadyExistsException
public UserAlreadyExistsException(String message,
                                  Throwable cause)
Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.