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

org.jvnet.winp.NotWindowsException Maven / Gradle / Ivy

There is a newer version: 1.28
Show newest version
package org.jvnet.winp;

/**
 * Indicates that the JVM is not running on Windows.
 * @author Kohsuke Kawaguchi
 */
public class NotWindowsException extends WinpException {
    public NotWindowsException(Throwable cause) {
        super(cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy