org.mobicents.protocols.smpp.message.tlv
Class BadValueTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mobicents.protocols.smpp.SMPPRuntimeException
org.mobicents.protocols.smpp.message.tlv.BadValueTypeException
- All Implemented Interfaces:
- Serializable
public class BadValueTypeException
- extends SMPPRuntimeException
Attempt to set a value on a tag that expects a Java type other than that
used. This exception gets thrown if an attempt is made, for instance, to set
a java.lang.String value on a Tag that is defined as an
integer.
- Version:
- $Id: BadValueTypeException.java 452 2009-01-15 16:56:36Z orank $
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BadValueTypeException
public BadValueTypeException()
- Create a new BadValueTypeException.
BadValueTypeException
public BadValueTypeException(String msg)
- Create a new BadValueTypeException.
- Parameters:
msg - Exception message.
Copyright © 2011 Mobicents. All Rights Reserved.