public abstract static class Response.Exception
extends javax.servlet.ServletException
| Modifier and Type | Class and Description |
|---|---|
static class |
Response.Exception.BadRequest |
static class |
Response.Exception.NotFound |
| Constructor and Description |
|---|
Response.Exception(String msg,
int code) |
| Modifier and Type | Method and Description |
|---|---|
void |
send(org.kohsuke.stapler.StaplerResponse rsp) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic Response.Exception(String msg, int code)
public final void send(org.kohsuke.stapler.StaplerResponse rsp)
throws IOException
IOExceptionCopyright © 2004-2015. All Rights Reserved.