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:
    Serialized Form
    • Constructor Detail

      • UserExistsException

        public UserExistsException​(String message)
      • UserExistsException

        public UserExistsException​(String message,
                                   Throwable cause)
    • Method Detail

      • getUserId

        public BareJID getUserId()