Class InstallUncaughtExceptionHandler.ErrorCustomizer

java.lang.Object
hudson.init.impl.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 Details

    • ErrorCustomizer

      public ErrorCustomizer()
  • Method Details

    • handleError

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