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

com.github.sarxos.winreg.RegistryException Maven / Gradle / Ivy

There is a newer version: 0.3
Show newest version
package com.github.sarxos.winreg;

@SuppressWarnings("serial")
public class RegistryException extends Exception {

	public RegistryException() {
		super();
	}

	public RegistryException(String arg0, Throwable arg1) {
		super(arg0, arg1);
	}

	public RegistryException(String arg0) {
		super(arg0);
	}

	public RegistryException(Throwable arg0) {
		super(arg0);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy