Class ClientHTTPException

All Implemented Interfaces:
Serializable

public class ClientHTTPException extends HTTPException
HTTP-related exception indicating that an HTTP client has erred. Status codes for these types of errors are in the 4xx range. The default status code for constructors without a statusCode parameter is 400 Bad Request.
Author:
Arjohn Kampman
See Also: