Uses of Class
org.kohsuke.stapler.HttpResponses.HttpResponseException
Packages that use HttpResponses.HttpResponseException
Package
Description
Stapler
URL → Object mapping framework.-
Uses of HttpResponses.HttpResponseException in org.kohsuke.stapler
Methods in org.kohsuke.stapler that return HttpResponses.HttpResponseExceptionModifier and TypeMethodDescriptionSends an error with a stack trace.HttpResponses.errorWithoutStack(int code, String errorMessage) Sends an error without a stack trace.HttpResponses.forbidden()HttpResponses.forwardToPreviousPage()Redirects the user back to where he came from.HttpResponses.ErrorCustomizer.handleError(int code, Throwable cause) HttpResponses.notFound()HttpResponses.ok()HttpResponses.redirectToContextRoot()Redirect to the context rootHttpResponses.redirectViaContextPath(int statusCode, String relative) HttpResponses.redirectViaContextPath(String relative) HttpResponses.status(int code) HttpResponses.wrap(HttpResponse delegate) A runtime exception which honors a defined response. -
Uses of HttpResponses.HttpResponseException in org.kohsuke.stapler.json
Subclasses of HttpResponses.HttpResponseException in org.kohsuke.stapler.json