Class InstallUncaughtExceptionHandler.ErrorCustomizer

  • All Implemented Interfaces:
    org.kohsuke.stapler.HttpResponses.ErrorCustomizer
    Enclosing class:
    InstallUncaughtExceptionHandler

    @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
    @MetaInfServices
    public static class InstallUncaughtExceptionHandler.ErrorCustomizer
    extends Object
    implements org.kohsuke.stapler.HttpResponses.ErrorCustomizer
    • Constructor Detail

      • ErrorCustomizer

        public ErrorCustomizer()
    • Method Detail

      • handleError

        @CheckForNull
        public org.kohsuke.stapler.HttpResponses.HttpResponseException handleError​(int code,
                                                                                   Throwable cause)
        Specified by:
        handleError in interface org.kohsuke.stapler.HttpResponses.ErrorCustomizer