tigase.db
Class UserExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
tigase.db.TigaseDBException
tigase.db.UserExistsException
- All Implemented Interfaces:
- Serializable
public class UserExistsException
- extends TigaseDBException
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
- Version:
- $Rev: 2996 $
- Author:
- Artur Hefczyc
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UserExistsException
public UserExistsException(String message)
- Creates a new
UserExistsException instance.
- Parameters:
message -
UserExistsException
public UserExistsException(String message,
Throwable cause)
- Creates a new
UserExistsException instance.
- Parameters:
message - cause -
Copyright © 2012 Tigase. All Rights Reserved.