Class DefaultErrorHandler
- java.lang.Object
-
- io.quarkiverse.githubapp.runtime.error.DefaultErrorHandler
-
- All Implemented Interfaces:
ErrorHandler
@ApplicationScoped public class DefaultErrorHandler extends Object implements ErrorHandler
-
-
Constructor Summary
Constructors Constructor Description DefaultErrorHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleError(GitHubEvent gitHubEvent, org.kohsuke.github.GHEventPayload payload, Throwable t)Note that the payload might be null if the error happened before the events have been dispatched with a payload.
-
-
-
Method Detail
-
handleError
public void handleError(GitHubEvent gitHubEvent, org.kohsuke.github.GHEventPayload payload, Throwable t)
Description copied from interface:ErrorHandlerNote that the payload might be null if the error happened before the events have been dispatched with a payload.- Specified by:
handleErrorin interfaceErrorHandler
-
-