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

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

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

public class RegistryKeyException extends WindowsException {

	private final String keyPath;

	public RegistryKeyException(String method, String keyPath, int systemErrorCode) {
		super(method + "(regKey: "+keyPath+")", systemErrorCode);
		this.keyPath = keyPath;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy