Package com.day.cq.wcm.msm.api
Interface RolloutExceptionHandler
-
public interface RolloutExceptionHandler
Handles exceptions that happen during rollout, to indicate if the rollout can continue or not.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
RolloutExceptionHandler.RolloutInfo
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
handleException(java.lang.Exception e, RolloutExceptionHandler.RolloutInfo info)
-
-
-
Method Detail
-
handleException
boolean handleException(java.lang.Exception e, RolloutExceptionHandler.RolloutInfo info)
- Returns:
- true if the exception has been handled and the rollout can continue.
-
-