de.danet.an.workflow.omgcore
Class HistoryNotAvailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.danet.an.workflow.omgcore.HistoryNotAvailableException
- All Implemented Interfaces:
- Serializable
- public class HistoryNotAvailableException
- extends Exception
- implements Serializable
This exception is raised by a request for event audit history of a
WfExecutionObject
when the history is not available.
For example because the implementation of the WFM facility does not support
recording of history for a specific execution object.
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
HistoryNotAvailableException
public HistoryNotAvailableException()