Uses of Class
com.github.robtimus.os.windows.registry.RegistryException
-
-
Uses of RegistryException in com.github.robtimus.os.windows.registry
Subclasses of RegistryException in com.github.robtimus.os.windows.registry Modifier and Type Class Description classInvalidRegistryHandleExceptionThrown when an attempt is made to access a registry key using a handle that is no longer valid.classNoSuchRegistryKeyExceptionThrown when an attempt is made to access a registry key that does not exist.classNoSuchRegistryValueExceptionThrown when an attempt is made to access a registry value that does not exist.classRegistryAccessDeniedExceptionThrown when access is denied for a requested operation.classRegistryKeyAlreadyExistsExceptionThrown when an attempt is made to create a registry key that already exists.
-