Package tigase.db

Class UserExistsException

All Implemented Interfaces:
Serializable

public class UserExistsException extends TigaseDBException
The UserExistsException is thrown when application tries to add new user with user ID which already exists in repository. According to UserRepository specification there can be the only one registered user with particular ID.

Created: Wed Oct 27 14:17:44 2004

Author:
Artur Hefczyc
See Also:
  • Constructor Details

    • UserExistsException

      public UserExistsException(String message)
    • UserExistsException

      public UserExistsException(BareJID user, String message, Throwable cause)
    • UserExistsException

      public UserExistsException(String message, Throwable cause)
  • Method Details

    • getUserId

      public BareJID getUserId()