org.mobicents.protocols.smpp.message.tlv
Class BadValueTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.mobicents.protocols.smpp.SMPPRuntimeException
                  extended by 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

Constructor Summary
BadValueTypeException()
          Create a new BadValueTypeException.
BadValueTypeException(String msg)
          Create a new BadValueTypeException.
 
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

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.