Clearspace API (2.5.29) Core Javadocs

com.jivesoftware.base
Class EmailAlreadyExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.jivesoftware.community.JiveException
              extended by com.jivesoftware.base.EmailAlreadyExistsException
All Implemented Interfaces:
Serializable

public class EmailAlreadyExistsException
extends JiveException

Thrown when attempting to create a user with an email that is already in use by a different user.

See Also:
Serialized Form

Constructor Summary
EmailAlreadyExistsException()
           
EmailAlreadyExistsException(String msg)
           
EmailAlreadyExistsException(String msg, Throwable throwable)
           
EmailAlreadyExistsException(Throwable throwable)
           
 
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

EmailAlreadyExistsException

public EmailAlreadyExistsException()

EmailAlreadyExistsException

public EmailAlreadyExistsException(String msg)

EmailAlreadyExistsException

public EmailAlreadyExistsException(String msg,
                                   Throwable throwable)

EmailAlreadyExistsException

public EmailAlreadyExistsException(Throwable throwable)

Clearspace Project Page

Copyright © 1999-2007 Jive Software.