![JAR search and dependency download from the Maven repository](/logo.png)
ie.omk.smpp.NotBoundException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of smppapi Show documentation
Show all versions of smppapi Show documentation
Java Implementation of the Short Message Peer to Peer API.
The newest version!
package ie.omk.smpp;
/**
* NotBoundException
*
* @author Oran Kelly
* @version 1.0
*/
public class NotBoundException extends ie.omk.smpp.SMPPRuntimeException {
static final long serialVersionUID = -3977230990049048741L;
public NotBoundException() {
}
/**
* Construct a new NotBoundException with specified message.
*/
public NotBoundException(String s) {
super(s);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy