Package tigase.db

Class UserNotFoundException

  • All Implemented Interfaces:
    java.io.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 Summary

      Constructors 
      Constructor Description
      UserNotFoundException​(java.lang.String message)
      Creates a new UserNotFoundException instance.
      UserNotFoundException​(java.lang.String message, java.lang.Throwable cause)
      Creates a new UserNotFoundException instance.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • UserNotFoundException

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

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