Interface EscalationHandler
-
- All Known Implementing Classes:
ConstructTestSupport
,DefaultOfficeFloorEscalationHandler
public interface EscalationHandler
Handles anEscalation
from anOffice
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleEscalation(java.lang.Throwable escalation)
Handles anEscalation
from anOffice
.
-
-
-
Method Detail
-
handleEscalation
void handleEscalation(java.lang.Throwable escalation) throws java.lang.Throwable
Handles anEscalation
from anOffice
.- Parameters:
escalation
-Escalation
.- Throws:
java.lang.Throwable
- Should failure in handlingEscalation
.
-
-