java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.NoHttpResponseException
All Implemented Interfaces:
Serializable

public class NoHttpResponseException extends IOException

Signals that the target server failed to respond with a valid HTTP response.

Version:
$Revision: 480424 $
See Also:
  • Constructor Details

    • NoHttpResponseException

      public NoHttpResponseException()
      Creates a new NoHttpResponseException with a null detail message.
    • NoHttpResponseException

      public NoHttpResponseException(String message)
      Creates a new NoHttpResponseException with the specified detail message.
      Parameters:
      message - exception message
    • NoHttpResponseException

      public NoHttpResponseException(String message, Throwable cause)
      Creates a new NoHttpResponseException with the specified detail message and cause.
      Parameters:
      message - the exception detail message
      cause - the Throwable that caused this exception, or null if the cause is unavailable, unknown, or not a Throwable
      Since:
      3.0