org.mobicents.protocols.smpp.version
Class VersionException

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.version.VersionException
All Implemented Interfaces:
Serializable

public class VersionException
extends SMPPRuntimeException

Exception thrown when there is a versioning problem. This can be thrown when an SMPP version is not recognized, or when a packet is invalidate in the context of a particular version.

Version:
$Id: VersionException.java 452 2009-01-15 16:56:36Z orank $
See Also:
Serialized Form

Constructor Summary
VersionException()
           
VersionException(String msg)
           
VersionException(String msg, Throwable cause)
           
VersionException(Throwable cause)
           
 
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

VersionException

public VersionException()

VersionException

public VersionException(String msg,
                        Throwable cause)

VersionException

public VersionException(String msg)

VersionException

public VersionException(Throwable cause)


Copyright © 2011 Mobicents. All Rights Reserved.