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

Constructor Summary
RegistryException()
          Constructs a new RegistryException with no detail message.
RegistryException(String msg)
          Constructs a new RegistryException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.