Class AsynchronousFlowTimedOutEscalation
java.lang.Object
java.lang.Throwable
net.officefloor.frame.api.escalate.Escalation
net.officefloor.frame.api.escalate.ManagedFunctionEscalation
net.officefloor.frame.api.escalate.AsynchronousFlowTimedOutEscalation
- All Implemented Interfaces:
Serializable
Escalation indicating the AsynchronousFlow timed out.- Author:
- Daniel Sagenschneider
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.officefloor.frame.api.escalate.ManagedFunctionEscalation
getManagedFunctionNameMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AsynchronousFlowTimedOutEscalation
Instantiate.- Parameters:
managedFunctionName- Name of theManagedFunction.
-