ca.beq.util.win32.registry
Class RegistryException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--ca.beq.util.win32.registry.RegistryException
- All Implemented Interfaces:
- Serializable
- public class RegistryException
- extends RuntimeException
RegistryException signals that a registry operation has failed.
- Version:
- 1.0
- Author:
- BEQ Technologies Inc.
- See Also:
RuntimeException, Serialized Form
RegistryException
public RegistryException()
- Constructs a new
RegistryException with no detail message.
RegistryException
public RegistryException(String msg)
- Constructs a new
RegistryException with the specified detail
message.
- Parameters:
msg - the detail message.