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

asyc.hwid.exception.UnsupportedOSException Maven / Gradle / Ivy

Go to download

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