Uses of Class
org.kohsuke.stapler.HttpResponses.HttpResponseException
Package
Description
Stapler
URL
→ Object
mapping framework.-
Uses of HttpResponses.HttpResponseException in org.kohsuke.stapler
Modifier 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