Class InProgressException

Thrown when a new object is requested from factory when it is already in process of creating another one.

class InProgressException
  : AediException ;

Usually it tells the DI that there is a circular dependency when it tries to construct a object.