Microsoft SDK for Java

RegKeyException Class

The RegKeyException Class of the com.ms.lang package signals that an I/O exception has occurred.

public class RegKeyException extends IOException
{
  // Constructors
  public RegKeyException();
  public RegKeyException(String s);
}

Hierarchy

IOException
  |
  +--RegKeyException

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