org.eclipse.higgins.userprofile
Class UserAlreadyExistsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.eclipse.higgins.userprofile.UserProfileException
              extended byorg.eclipse.higgins.userprofile.UserProfileAuthenticationException
                  extended byorg.eclipse.higgins.userprofile.UserAlreadyExistsException
All Implemented Interfaces:
Serializable

public class UserAlreadyExistsException
extends UserProfileAuthenticationException

See Also:
Serialized Form

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