public class UserExistsException extends TigaseDBException
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 and Description |
---|
UserExistsException(BareJID user,
String message,
Throwable cause) |
UserExistsException(String message) |
UserExistsException(String message,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
BareJID |
getUserId() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2018 "Tigase, Inc.". All rights reserved.