public class MultiplePersonsFoundException extends RemoteServicesException
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
MULTIPLE_PERSONS_FOUND_ERROR
message key for default message (used if a constructor with no message Id parameter is called)
|
| Constructor and Description |
|---|
MultiplePersonsFoundException()
Standard constructor
|
MultiplePersonsFoundException(java.lang.String exMsg)
Constructor to pass an exception message.
|
MultiplePersonsFoundException(java.lang.String msgId,
java.lang.Object[] tokens)
Constructor that accepts a message ID & array of tokens.
|
getErrorMessageArgs, getXMLFormattedMessagegetLocalizedMessage, getMessage, getMessage, getMessageId, getThrowable, getTokens, normalize, printStackTrace, printStackTrace, printStackTrace, toXMLpublic static final java.lang.String MULTIPLE_PERSONS_FOUND_ERROR
public MultiplePersonsFoundException()
public MultiplePersonsFoundException(java.lang.String msgId,
java.lang.Object[] tokens)
msgId - message identifier used to lookup a corresponding error
message from properties file.tokens - values for replacable tokens used in the error message.public MultiplePersonsFoundException(java.lang.String exMsg)
exMsg - Error string.