com.bea.wli.worklist.api.events.handler
Class UnknownObjectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bea.wli.worklist.api.events.handler.UnknownObjectException
- All Implemented Interfaces:
- Serializable
public class UnknownObjectException
- extends RuntimeException
Thrown to indicate an attempt was made to get an object from a unique
collection that does not contain an object with the given 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 |
UnknownObjectException
public UnknownObjectException(String message)
UnknownObjectException
public UnknownObjectException(String message,
Throwable cause)