com.bea.wli.worklist.api.events.handler
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.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

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

DuplicateObjectException

public DuplicateObjectException(String message,
                                Throwable cause)