Voyager ORB

com.objectspace.voyager
Class ObjectNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.objectspace.voyager.ObjectNotFoundException

public class ObjectNotFoundException
extends java.lang.RuntimeException

An ObjectNotFoundException occurs when a message is sent to an object that has been garbage collected.

Version:
3.0
See Also:
Serialized Form

Constructor Summary
ObjectNotFoundException()
          Construct an ObjectNotFoundException with no description.
ObjectNotFoundException(java.lang.String description)
          Construct an ObjectNotFoundException with a description.
 
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

ObjectNotFoundException

public ObjectNotFoundException()
Construct an ObjectNotFoundException with no description.

ObjectNotFoundException

public ObjectNotFoundException(java.lang.String description)
Construct an ObjectNotFoundException with a description.
Parameters:
description - A string that describes this exception.

ObjectSpace Inc.

(c) Copyright 1997-1999 ObjectSpace, Inc.
14850 Quorum Drive, Suite 500
Dallas, Texas 75240