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
- Enclosing class:
- HttpResponses
public abstract static class HttpResponses.HttpResponseException
- extends RuntimeException
- implements HttpResponse
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
HttpResponses.HttpResponseException
public HttpResponses.HttpResponseException()
HttpResponses.HttpResponseException
public HttpResponses.HttpResponseException(String message)
HttpResponses.HttpResponseException
public HttpResponses.HttpResponseException(String message,
Throwable cause)
HttpResponses.HttpResponseException
public HttpResponses.HttpResponseException(Throwable cause)
Copyright © 2010. All Rights Reserved.