org.exolab.core.foundation
Class ObjectNameNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.exolab.core.foundation.ObjectNameNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ObjectNameNotFoundException
extends java.lang.Exception

This exception is raised when an attempt is made to retrieve an object bound to a specified name, which does not exist.

Version:
$Revision: 1.2 $ $Date: 2000/02/23 04:58:53 $
Author:
Jim Alateras
See Also:
Serialized Form

Constructor Summary
ObjectNameNotFoundException()
          Default constructor does nothing but calls the base class constructor
ObjectNameNotFoundException(java.lang.String reason)
          Construct an exception with the specified reason
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectNameNotFoundException

public ObjectNameNotFoundException()
Default constructor does nothing but calls the base class constructor


ObjectNameNotFoundException

public ObjectNameNotFoundException(java.lang.String reason)
Construct an exception with the specified reason

Parameters:
reason -


Copyright © 1999-2012 The Exolab Group. All Rights Reserved.