|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
tigase.db.TigaseDBException
tigase.db.UserNotFoundException
public class UserNotFoundException
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
| Constructor Summary | |
|---|---|
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 |
|---|
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 |
|---|
public UserNotFoundException(java.lang.String message)
UserNotFoundException instance.
public UserNotFoundException(java.lang.String message,
java.lang.Throwable cause)
UserNotFoundException instance.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||