Class UserAlreadyExistsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jivesoftware.openfire.user.UserAlreadyExistsException
All Implemented Interfaces:
Serializable

public class UserAlreadyExistsException extends Exception
Thrown when attempting to create a user that already exists.
Author:
Iain Shigeoka
See Also:
  • Constructor Details

    • UserAlreadyExistsException

      public UserAlreadyExistsException()
    • UserAlreadyExistsException

      public UserAlreadyExistsException(String msg)
    • UserAlreadyExistsException

      public UserAlreadyExistsException(Throwable nestedThrowable)
    • UserAlreadyExistsException

      public UserAlreadyExistsException(String msg, Throwable nestedThrowable)
  • Method Details