asyc.hwid.exception.UnsupportedOSException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of MultiOS-HWID Show documentation
Show all versions of MultiOS-HWID Show documentation
A java library to generate a unique ID of a computer; designed to be functional
with different operating systems.
The newest version!
package asyc.hwid.exception;
public final class UnsupportedOSException extends Exception{
public UnsupportedOSException() {
super("Current OS is not supported");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy