Uses of Class
org.mobicents.protocols.smpp.SMPPRuntimeException

Packages that use SMPPRuntimeException
org.mobicents.protocols.smpp Base smppapi functionality. 
org.mobicents.protocols.smpp.message SMPP packet types. 
org.mobicents.protocols.smpp.message.tlv Support for SMPP v3.4 optional parameter (TLVs). 
org.mobicents.protocols.smpp.net smppapi asynchronous event framework. 
org.mobicents.protocols.smpp.util Network protocol support. 
org.mobicents.protocols.smpp.version SMPP versioning support. 
 

Uses of SMPPRuntimeException in org.mobicents.protocols.smpp
 

Subclasses of SMPPRuntimeException in org.mobicents.protocols.smpp
 class AlreadyBoundException
          AlreadyBoundException
 class BadCommandIDException
          Thrown when an attempt is made to use an unimplemented command ID.
 class IllegalStateException
           
 class NotBoundException
          NotBoundException
 class UnsupportedOperationException
          $Id: UnsupportedOperationException.java 452 2009-01-15 16:56:36Z orank $
 

Uses of SMPPRuntimeException in org.mobicents.protocols.smpp.message
 

Subclasses of SMPPRuntimeException in org.mobicents.protocols.smpp.message
 class InvalidParameterValueException
           
 class SMPPProtocolException
           
 

Uses of SMPPRuntimeException in org.mobicents.protocols.smpp.message.tlv
 

Subclasses of SMPPRuntimeException in org.mobicents.protocols.smpp.message.tlv
 class BadValueTypeException
          Attempt to set a value on a tag that expects a Java type other than that used.
 class InvalidSizeForValueException
          An attempt was made to encode or decode a value with a length outside of the bounds defined by its Tag.
 class TagDefinedException
          Tag has already been defined.
 

Uses of SMPPRuntimeException in org.mobicents.protocols.smpp.net
 

Subclasses of SMPPRuntimeException in org.mobicents.protocols.smpp.net
 class ReadTimeoutException
          Exception indicating that a timeout has occurred while reading from the SMSC link.
 

Uses of SMPPRuntimeException in org.mobicents.protocols.smpp.util
 

Subclasses of SMPPRuntimeException in org.mobicents.protocols.smpp.util
 class InvalidConfigurationException
           
 class PropertyNotFoundException
           
 

Uses of SMPPRuntimeException in org.mobicents.protocols.smpp.version
 

Subclasses of SMPPRuntimeException in org.mobicents.protocols.smpp.version
 class VersionException
          Exception thrown when there is a versioning problem.
 



Copyright © 2011 Mobicents. All Rights Reserved.