org.mule.transport.http
Class HttpResponseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.mule.transport.http.HttpResponseException
All Implemented Interfaces:
Serializable

public class HttpResponseException
extends Exception

A wrapper exceptin for any http client return codes over the 400 range

See Also:
Serialized Form

Constructor Summary
HttpResponseException(String responseText, int responseCode)
           
 
Method Summary
 int getResponseCode()
           
 String getResponseText()
           
 
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
 

Constructor Detail

HttpResponseException

public HttpResponseException(String responseText,
                             int responseCode)
Method Detail

getResponseText

public String getResponseText()

getResponseCode

public int getResponseCode()


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.