Package hudson.init.impl
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 Summary
Constructors Constructor Description ErrorCustomizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.kohsuke.stapler.HttpResponses.HttpResponseException
handleError(int code, Throwable cause)
-
-
-
Method Detail
-
handleError
@CheckForNull public org.kohsuke.stapler.HttpResponses.HttpResponseException handleError(int code, Throwable cause)
- Specified by:
handleError
in interfaceorg.kohsuke.stapler.HttpResponses.ErrorCustomizer
-
-