
public class DuplicateMessageException extends IllegalArgumentException
| Constructor and Description |
|---|
DuplicateMessageException(String name)
Creates a new instance of
DuplicateMessageException taking
the name of the duplicate message. |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the name of the duplicate message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DuplicateMessageException(String name)
DuplicateMessageException taking
the name of the duplicate message.name - the name of the duplicate message.Copyright © 2005-2012 jDTAUS. All Rights Reserved.