public abstract class ErrorObject extends Exception
index
view.Modifier | Constructor and Description |
---|---|
protected |
ErrorObject() |
protected |
ErrorObject(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
void |
doDynamic(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp) |
String |
getStackTraceString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected ErrorObject()
protected ErrorObject(Throwable cause)
public String getStackTraceString()
public void doDynamic(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException, javax.servlet.ServletException, InterruptedException
IOException
javax.servlet.ServletException
InterruptedException
Copyright © 2004–2021. All rights reserved.