|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mobicents.protocols.smpp.SMPPRuntimeException
org.mobicents.protocols.smpp.message.tlv.TagDefinedException
public class TagDefinedException
Tag has already been defined. This exception is thrown by
Tag.defineTag(int, org.mobicents.protocols.smpp.message.param.ParamDescriptor, int)if an attempt is made to redefine a tag which already
has a definition.
| Constructor Summary | |
|---|---|
TagDefinedException(int tagValue)
Create a new TagDefinedException. |
|
TagDefinedException(int tagValue,
java.lang.String msg)
Create a new TagDefinedException. |
|
| Method Summary | |
|---|---|
int |
getTagValue()
Get the tag for which an attempt as made to redefine. |
| 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 TagDefinedException(int tagValue)
tagValue - The tag for which an attempt as made to redefine.
public TagDefinedException(int tagValue,
java.lang.String msg)
tagValue - The tag for which an attempt as made to redefine.msg - The exception message.| Method Detail |
|---|
public int getTagValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||