de.fhg.igd.util
Class ObjectExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.fhg.igd.util.ObjectExistsException
All Implemented Interfaces:
Serializable

public class ObjectExistsException
extends Exception

Thrown if some object cannot be registered or published under a given key because another object is already published or registered under the same key.

Version:
"$Id: ObjectExistsException.java 1913 2007-08-08 02:41:53Z jpeters $"
Author:
Volker Roth
See Also:
Serialized Form

Constructor Summary
ObjectExistsException()
           
ObjectExistsException(String message)
           
 
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

ObjectExistsException

public ObjectExistsException()

ObjectExistsException

public ObjectExistsException(String message)


Copyright © Fraunhofer Gesellschaft. All Rights Reserved.