![JAR search and dependency download from the Maven repository](/logo.png)
net.sf.jrtps.OutOfResources Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jrtps Show documentation
Show all versions of jrtps Show documentation
jRTPS - An implementation of RTPS protocol by OMG
package net.sf.jrtps;
public class OutOfResources extends RuntimeException {
private static final long serialVersionUID = 1L;
public OutOfResources(String msg) {
super(msg);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy