Cumulus4j API
(1.2.0)

org.cumulus4j.keystore
Class UserAlreadyExistsException

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

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

UserAlreadyExistsException

public UserAlreadyExistsException()

UserAlreadyExistsException

public UserAlreadyExistsException(String message)

UserAlreadyExistsException

public UserAlreadyExistsException(Throwable cause)

UserAlreadyExistsException

public UserAlreadyExistsException(String message,
                                  Throwable cause)

Cumulus4j API
(1.2.0)

Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.