|
||||||||||
| 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.UserExistsException
public class UserExistsException
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
| Constructor Summary | |
|---|---|
UserExistsException(java.lang.String message)
Creates a new UserExistsException instance. |
|
UserExistsException(java.lang.String message,
java.lang.Throwable cause)
Creates a new UserExistsException 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 UserExistsException(java.lang.String message)
UserExistsException instance.
public UserExistsException(java.lang.String message,
java.lang.Throwable cause)
UserExistsException instance.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||