org.apache.cxf.transport.http
Class HTTPException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.cxf.transport.http.HTTPException
- All Implemented Interfaces:
- Serializable
public class HTTPException
- extends IOException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
HTTPException
public HTTPException(int responseCode,
String responseMessage,
URL url)
getResponseCode
public int getResponseCode()
getResponseMessage
public String getResponseMessage()
getUrl
public URL getUrl()
Apache CXF