org.jvnet.winp.NotWindowsException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of winp Show documentation
Show all versions of winp Show documentation
Kill process tree in Windows
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