All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ice.jni.registry.RegistryException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----com.ice.jni.registry.RegistryException

public class RegistryException
extends Exception
This exception is used to indicate that no such key exists in the registry.

Version:
$Revision: 2.1 $
Author:
Timothy Gerard Endres, time@ice.com.

Variable Index

 o RCS_ID
 o RCS_NAME
 o RCS_REV

Constructor Index

 o RegistryException()
 o RegistryException(String)
 o RegistryException(String, int)

Method Index

 o getErrorCode()
 o setErrorCode(int)

Variables

 o RCS_ID
 public static final String RCS_ID
 o RCS_REV
 public static final String RCS_REV
 o RCS_NAME
 public static final String RCS_NAME

Constructors

 o RegistryException
 public RegistryException()
 o RegistryException
 public RegistryException(String msg)
 o RegistryException
 public RegistryException(String msg,
                          int regErr)

Methods

 o getErrorCode
 public int getErrorCode()
 o setErrorCode
 public void setErrorCode(int errorCode)

All Packages  Class Hierarchy  This Package  Previous  Next  Index