org.jcoderz.commons.connector.http.transport
Class HttpEmptyResponseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jcoderz.commons.connector.http.transport.HttpConnectionException
org.jcoderz.commons.connector.http.transport.HttpEmptyResponseException
- All Implemented Interfaces:
- Serializable
public class HttpEmptyResponseException
- extends HttpConnectionException
HttpConnectionException indicates an empty http body in response.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
HttpEmptyResponseException
public HttpEmptyResponseException(String message)
- Constructor.
- Parameters:
message - describing the error
HttpEmptyResponseException
public HttpEmptyResponseException(String message,
Throwable cause)
- Constructor.
- Parameters:
message - describing the errorcause - the root cause of problem
Copyright 2007 The jCoderZ Project.