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

org.cryptomator.windows.common.RegistryValueException Maven / Gradle / Ivy

The newest version!
package org.cryptomator.windows.common;

public class RegistryValueException extends RegistryKeyException {

	public RegistryValueException(String method, String keyPath, String valueName, int systemErrorCode) {
		super(method, keyPath + ", value: "+valueName, systemErrorCode);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy