Class ManagedObjectOperationTimedOutEscalation

All Implemented Interfaces:
Serializable

public class ManagedObjectOperationTimedOutEscalation extends ManagedObjectEscalation
Escalation indicating that an operation by the ManagedObject was timed out.
Author:
Daniel Sagenschneider
See Also:
  • Constructor Details

    • ManagedObjectOperationTimedOutEscalation

      public ManagedObjectOperationTimedOutEscalation(Class<?> objectType)
      Initiate.
      Parameters:
      objectType - Class of the Object returned from the ManagedObject which had its asynchronous operation timeout.