All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ice.jni.registry.NoSuchKeyException

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

public class NoSuchKeyException
extends RegistryException
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 NoSuchKeyException()
 o NoSuchKeyException(String)
 o NoSuchKeyException(String, 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 NoSuchKeyException
 public NoSuchKeyException()
 o NoSuchKeyException
 public NoSuchKeyException(String msg)
 o NoSuchKeyException
 public NoSuchKeyException(String msg,
                           int regErr)

All Packages  Class Hierarchy  This Package  Previous  Next  Index