org.jcoderz.commons.connector.http.transport
Class HttpClientConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jcoderz.commons.connector.http.transport.HttpConnectionException
org.jcoderz.commons.connector.http.transport.HttpClientConnectionException
- All Implemented Interfaces:
- Serializable
public class HttpClientConnectionException
- extends HttpConnectionException
HttpConnectionException indicates a connection failure on HTTP level
with http status code 4xx.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
HttpClientConnectionException
public HttpClientConnectionException(Throwable cause)
- Constructor.
- Parameters:
cause - the root cause of problem
HttpClientConnectionException
public HttpClientConnectionException(String message,
Throwable cause)
- Constructor.
- Parameters:
message - describing the HTTP errorcause - the root cause of problem
Copyright 2007 The jCoderZ Project.