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 -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Method Details
-
handleException
- Returns:
- true if the exception has been handled and the rollout can continue.
-