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

net.sf.jrtps.TimeOutException Maven / Gradle / Ivy

There is a newer version: 1.5.1
Show newest version
package net.sf.jrtps;

/**
 * TimeOutException.
 * 
 * @author mcr70
 */
public class TimeOutException extends RuntimeException {
    private static final long serialVersionUID = 1L;

    public TimeOutException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy