com.tivoli.twg.engine
Class DuplicateObjectIDException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.tivoli.twg.engine.TWGObjectException
              extended bycom.tivoli.twg.engine.DuplicateObjectIDException
All Implemented Interfaces:
java.io.Serializable

public class DuplicateObjectIDException
extends TWGObjectException

Exception thrown when an object is assigned an ID already owned by another object.

See Also:
Serialized Form

Constructor Summary
DuplicateObjectIDException()
          Constructs a DuplicateObjectIDException with no detail message.
DuplicateObjectIDException(java.lang.String s)
          Constructs a DuplicateObjectIDException with the specified detail message.
 
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

DuplicateObjectIDException

public DuplicateObjectIDException()
Constructs a DuplicateObjectIDException with no detail message.


DuplicateObjectIDException

public DuplicateObjectIDException(java.lang.String s)
Constructs a DuplicateObjectIDException with the specified detail message.

Parameters:
s - - the detail message.