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

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