de.danet.an.workflow.omgcore
Class HistoryNotAvailableException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byde.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

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
HistoryNotAvailableException()
           
 
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

HistoryNotAvailableException

public HistoryNotAvailableException()