All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ie.omk.smpp.message.SMPPProtocolException Maven / Gradle / Ivy

The newest version!
package ie.omk.smpp.message;

public class SMPPProtocolException extends ie.omk.smpp.SMPPRuntimeException {
    static final long serialVersionUID = -7206604214368878502L;

    public SMPPProtocolException(String msg) {
        super(msg);
    }

    public SMPPProtocolException(String msg, Throwable rootCause) {
        super(msg, rootCause);
    }
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy