org.mobicents.protocols.smpp
Class SMPPRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mobicents.protocols.smpp.SMPPRuntimeException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AlreadyBoundException, BadCommandIDException, BadValueTypeException, IllegalStateException, InvalidConfigurationException, InvalidParameterValueException, InvalidSizeForValueException, NotBoundException, PropertyNotFoundException, ReadTimeoutException, SMPPProtocolException, TagDefinedException, UnsupportedOperationException, VersionException
public class SMPPRuntimeException
- extends RuntimeException
Parent class of all runtime exceptions from the SMPP API.
- Version:
- $Id: SMPPRuntimeException.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 |
SMPPRuntimeException
public SMPPRuntimeException()
SMPPRuntimeException
public SMPPRuntimeException(String msg)
SMPPRuntimeException
public SMPPRuntimeException(Throwable cause)
SMPPRuntimeException
public SMPPRuntimeException(String msg,
Throwable cause)
Copyright © 2011 Mobicents. All Rights Reserved.