![JAR search and dependency download from the Maven repository](/logo.png)
ie.omk.smpp.InvalidOperationException 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;
/**
* InvalidOperationException
*
* @author Oran Kelly
* @version 1.0
*/
public class InvalidOperationException extends ie.omk.smpp.SMPPException {
static final long serialVersionUID = 7624381507606078212L;
public InvalidOperationException() {
}
/**
* Construct a new InvalidOperationException with specified message.
*/
public InvalidOperationException(String s) {
super(s);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy