com.bea.wli.worklist.api.events.handler
Class DuplicateObjectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bea.wli.worklist.api.events.handler.DuplicateObjectException
- All Implemented Interfaces:
- Serializable
public class DuplicateObjectException
- extends RuntimeException
Thrown to indicate an attempt was made to add an object to a unique
collection that already contains an object with the same key value
(e.g. name).
- 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 message)
DuplicateObjectException
public DuplicateObjectException(String message,
Throwable cause)