com.bea.wli.worklist.api.taskplan
Class DuplicateObjectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.bea.wli.worklist.api.taskplan.DuplicateObjectException
All Implemented Interfaces:
Serializable

public class DuplicateObjectException
extends RuntimeException

Thrown when an attempt is made to add a child object to a parent object using a key that has already been assigned to another child object (for example its name or id).

See Also:
Serialized Form

Constructor Summary
DuplicateObjectException(String msg)
           
DuplicateObjectException(String msg, Throwable cause)
           
 
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

DuplicateObjectException

public DuplicateObjectException(String msg)

DuplicateObjectException

public DuplicateObjectException(String msg,
                                Throwable cause)