![JAR search and dependency download from the Maven repository](/logo.png)
net.openhft.posix.PosixRuntimeException Maven / Gradle / Ivy
package net.openhft.posix;
public class PosixRuntimeException extends RuntimeException {
public PosixRuntimeException(String message) {
super(message);
}
public PosixRuntimeException(Throwable cause) {
super(cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy