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

ie.omk.smpp.UnsupportedOperationException Maven / Gradle / Ivy

The newest version!
package ie.omk.smpp;

public class UnsupportedOperationException extends SMPPRuntimeException {
    static final long serialVersionUID = 2200729955220317767L;
    
    public UnsupportedOperationException() {
    }

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





© 2015 - 2024 Weber Informatics LLC | Privacy Policy