public static class PushController.HandlerException
extends java.lang.RuntimeException
PrePushHandler has failed to make the decision
by whatever reason: either it had been cancelled, or an execution exception had occurred.| Constructor and Description |
|---|
HandlerException(java.lang.String failedHandlerName,
java.util.List<java.lang.String> skippedHandlers,
java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFailedHandlerName() |
java.util.List<java.lang.String> |
getSkippedHandlers() |