Microsoft SDK for Java

RegKeyException Class Constructors

The RegKeyException Class contains the following constructors.

RegKeyException()
RegKeyException(String s)

RegKeyException()

Constructs a RegKeyException with no detail message.

Syntax

public RegKeyException();

RegKeyException(String s)

Constructs a RegKeyException object with a detail message.

Syntax

public RegKeyException(String s);

Parameters

s The detail message, which is a string that describes the specified exception.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.