Class ManagedObjectOperationTimedOutEscalation
java.lang.Object
java.lang.Throwable
net.officefloor.frame.api.escalate.Escalation
net.officefloor.frame.api.escalate.ManagedObjectEscalation
net.officefloor.frame.api.escalate.ManagedObjectOperationTimedOutEscalation
- All Implemented Interfaces:
Serializable
Escalation indicating that an operation by the ManagedObject
was timed out.- Author:
- Daniel Sagenschneider
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.officefloor.frame.api.escalate.ManagedObjectEscalation
getObjectTypeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ManagedObjectOperationTimedOutEscalation
Initiate.- Parameters:
objectType-Classof theObjectreturned from theManagedObjectwhich had its asynchronous operation timeout.
-