org.mobicents.protocols.smpp
Class BadCommandIDException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mobicents.protocols.smpp.SMPPRuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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)
getBadId
public int getBadId()
Copyright © 2011 Mobicents. All Rights Reserved.