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 class
InvalidRegistryHandleException
Thrown when an attempt is made to access a registry key using a handle that is no longer valid.class
NoSuchRegistryKeyException
Thrown when an attempt is made to access a registry key that does not exist.class
NoSuchRegistryValueException
Thrown when an attempt is made to access a registry value that does not exist.class
RegistryAccessDeniedException
Thrown when access is denied for a requested operation.class
RegistryKeyAlreadyExistsException
Thrown when an attempt is made to create a registry key that already exists.
-