Package org.kohsuke.stapler
Class HttpResponses.HttpResponseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kohsuke.stapler.HttpResponses.HttpResponseException
- All Implemented Interfaces:
Serializable
,HttpResponse
- Direct Known Subclasses:
JsonHttpResponse
- Enclosing class:
- HttpResponses
public abstract static class HttpResponses.HttpResponseException
extends RuntimeException
implements HttpResponse
- See Also:
-
Constructor Summary
ConstructorDescriptionHttpResponseException
(String message) HttpResponseException
(String message, Throwable cause) HttpResponseException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.kohsuke.stapler.HttpResponse
generateResponse, generateResponse
-
Constructor Details
-
HttpResponseException
public HttpResponseException() -
HttpResponseException
-
HttpResponseException
-
HttpResponseException
-