Class SourceManagedObjectTimedOutEscalation
- java.lang.Object
-
- java.lang.Throwable
-
- net.officefloor.frame.api.escalate.Escalation
-
- net.officefloor.frame.api.escalate.ManagedObjectEscalation
-
- net.officefloor.frame.api.escalate.SourceManagedObjectTimedOutEscalation
-
- All Implemented Interfaces:
java.io.Serializable
public class SourceManagedObjectTimedOutEscalation extends ManagedObjectEscalation
- Author:
- Daniel Sagenschneider
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SourceManagedObjectTimedOutEscalation(java.lang.Class<?> objectType)
Initiate.
-
Method Summary
-
Methods inherited from class net.officefloor.frame.api.escalate.ManagedObjectEscalation
getObjectType
-
-
-
-
Constructor Detail
-
SourceManagedObjectTimedOutEscalation
public SourceManagedObjectTimedOutEscalation(java.lang.Class<?> objectType)
Initiate.- Parameters:
objectType
-Class
of theObject
returned from the timed outManagedObject
.
-
-