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:
java.io.Serializable
public class ManagedObjectOperationTimedOutEscalation extends ManagedObjectEscalation
Escalation
indicating that an operation by theManagedObject
was timed out.- Author:
- Daniel Sagenschneider
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ManagedObjectOperationTimedOutEscalation(java.lang.Class<?> objectType)
Initiate.
-
Method Summary
-
Methods inherited from class net.officefloor.frame.api.escalate.ManagedObjectEscalation
getObjectType
-
-
-
-
Constructor Detail
-
ManagedObjectOperationTimedOutEscalation
public ManagedObjectOperationTimedOutEscalation(java.lang.Class<?> objectType)
Initiate.- Parameters:
objectType
-Class
of theObject
returned from theManagedObject
which had its asynchronous operation timeout.
-
-