com.bea.wli.worklist.api.taskplan
Class DuplicateObjectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DuplicateObjectException
public DuplicateObjectException(String msg)
DuplicateObjectException
public DuplicateObjectException(String msg,
Throwable cause)