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 Details

    • HttpResponseException

      public HttpResponseException()
    • HttpResponseException

      public HttpResponseException(String message)
    • HttpResponseException

      public HttpResponseException(String message, Throwable cause)
    • HttpResponseException

      public HttpResponseException(Throwable cause)