org.eclipse.higgins.user.account.exception
Class UserAlreadyExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.higgins.user.account.exception.UserAccountException
              extended by org.eclipse.higgins.user.account.exception.UserAlreadyExistsException
All Implemented Interfaces:
Serializable

public class UserAlreadyExistsException
extends UserAccountException

Throws by IUserAccountService in the attempt to add a user account with not unique identifier

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
equals, 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)