|
||||||||||
| 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.InvalidSizeForValueException
public class InvalidSizeForValueException
An attempt was made to encode or decode a value with a length outside of the
bounds defined by its Tag. This can happen, for instance,
when an attempt is made to encode a string value that is longer than the
maximum length defined by the tag for that value.
| Constructor Summary | |
|---|---|
InvalidSizeForValueException()
Create a new InvalidSizeForValueException. |
|
InvalidSizeForValueException(java.lang.String msg)
Create a new InvalidSizeForValueException. |
|
| Method Summary |
|---|
| 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 InvalidSizeForValueException()
public InvalidSizeForValueException(java.lang.String msg)
msg - The exception message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||