org.exolab.core.foundation
Class ObjectNameExistsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.exolab.core.foundation.ObjectNameExistsException
All Implemented Interfaces:
java.io.Serializable

public class ObjectNameExistsException
extends java.lang.Exception

This exception is thrown when someone attempts to bind an object to a name that already exists .

Version:
$Revision: 1.1 $ $Date: 2000/02/22 07:37:56 $
Author:
Jim Alateras
See Also:
Serialized Form

Constructor Summary
ObjectNameExistsException()
          Default constructor does nothing but calls the base class constructor
ObjectNameExistsException(java.lang.String reason)
          Construct an exception with the specified reason
 
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

ObjectNameExistsException

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


ObjectNameExistsException

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

Parameters:
reason -


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