Package com.radekzitek.userver.http.exception

Exception Summary
HttpHeaderFormatException Exception thrown when parsing of the header or trailer line fails.
HttpObjectFormatException  
HttpRequestLineFormatException  
HttpResponseLineFormatException  
HttpStatusCodeFormatException  
HttpUriFormatException  
HttpVersionFormatException Exception thrown when attempt is made to parse HTTP version setring which does not match the required format - HTTP/1.1 as example.