org.mobicents.protocols.smpp
Class BadCommandIDException

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

public class BadCommandIDException
extends SMPPRuntimeException

Thrown when an attempt is made to use an unimplemented command ID.

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

Constructor Summary
BadCommandIDException()
           
BadCommandIDException(String message)
           
BadCommandIDException(String message, int badId)
           
BadCommandIDException(String message, Throwable cause)
           
BadCommandIDException(String message, Throwable cause, int badId)
           
BadCommandIDException(Throwable cause)
           
 
Method Summary
 int getBadId()
           
 
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

BadCommandIDException

public BadCommandIDException()

BadCommandIDException

public BadCommandIDException(String message,
                             Throwable cause)

BadCommandIDException

public BadCommandIDException(String message)

BadCommandIDException

public BadCommandIDException(Throwable cause)

BadCommandIDException

public BadCommandIDException(String message,
                             int badId)

BadCommandIDException

public BadCommandIDException(String message,
                             Throwable cause,
                             int badId)
Method Detail

getBadId

public int getBadId()


Copyright © 2011 Mobicents. All Rights Reserved.