org.kohsuke.stapler
Class HttpResponses.HttpResponseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.kohsuke.stapler.HttpResponses.HttpResponseException
All Implemented Interfaces:
java.io.Serializable, HttpResponse
Enclosing class:
HttpResponses

public abstract static class HttpResponses.HttpResponseException
extends java.lang.RuntimeException
implements HttpResponse

See Also:
Serialized Form

Constructor Summary
HttpResponses.HttpResponseException()
           
HttpResponses.HttpResponseException(java.lang.String message)
           
HttpResponses.HttpResponseException(java.lang.String message, java.lang.Throwable cause)
           
HttpResponses.HttpResponseException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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
 

Constructor Detail

HttpResponses.HttpResponseException

public HttpResponses.HttpResponseException()

HttpResponses.HttpResponseException

public HttpResponses.HttpResponseException(java.lang.String message)

HttpResponses.HttpResponseException

public HttpResponses.HttpResponseException(java.lang.String message,
                                           java.lang.Throwable cause)

HttpResponses.HttpResponseException

public HttpResponses.HttpResponseException(java.lang.Throwable cause)


Copyright © 2011. All Rights Reserved.