Package tigase.db

Class UserNotFoundException

  • All Implemented Interfaces:
    Serializable

    public class UserNotFoundException
    extends TigaseDBException
    The UserNotFoundException exception is thrown when application tries to access data for user which does not exist in repository.

    Created: Wed Oct 27 14:17:44 2004

    Author:
    Artur Hefczyc
    See Also:
    Serialized Form
    • Constructor Detail

      • UserNotFoundException

        public UserNotFoundException​(String message)
        Creates a new UserNotFoundException instance.
      • UserNotFoundException

        public UserNotFoundException​(String message,
                                     Throwable cause)
        Creates a new UserNotFoundException instance.