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

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

The newest version!
package ie.omk.smpp;

/**
 * AlreadyBoundException
 * 
 * @author Oran Kelly
 * @version 1.0
 */
public class AlreadyBoundException extends ie.omk.smpp.SMPPRuntimeException {
    static final long serialVersionUID = 6996870876381065702L;
    
    public AlreadyBoundException() {
    }

    /**
     * Construct a new AlreadyBoundException with specified message.
     */
    public AlreadyBoundException(String s) {
        super(s);
    }
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy