tigase.db
Class UserNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by tigase.db.TigaseDBException
              extended by tigase.db.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

Version:
$Rev: 630 $
Author:
Artur Hefczyc
See Also:
Serialized Form

Constructor Summary
UserNotFoundException(String message)
          Creates a new UserNotFoundException instance.
UserNotFoundException(String message, Throwable cause)
          Creates a new UserNotFoundException instance.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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(String message)
Creates a new UserNotFoundException instance.


UserNotFoundException

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



Copyright © 2001-2006 Tigase Developers Team. All rights Reserved.