Searched refs:MalformedChunkCodingException (Results 1 - 2 of 2) sorted by relevance

/external/apache-http/src/org/apache/http/
H A DMalformedChunkCodingException.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/MalformedChunkCodingException.java $
39 public class MalformedChunkCodingException extends IOException { class in inherits:IOException
44 * Creates a MalformedChunkCodingException without a detail message.
46 public MalformedChunkCodingException() { method in class:MalformedChunkCodingException
51 * Creates a MalformedChunkCodingException with the specified detail message.
55 public MalformedChunkCodingException(final String message) { method in class:MalformedChunkCodingException
/external/apache-http/src/org/apache/http/impl/io/
H A DChunkedInputStream.java39 import org.apache.http.MalformedChunkCodingException;
185 throw new MalformedChunkCodingException("Negative chunk size");
214 throw new MalformedChunkCodingException(
222 throw new MalformedChunkCodingException(
232 throw new MalformedChunkCodingException("Bad chunk header");
245 IOException ioe = new MalformedChunkCodingException("Invalid footer: "

Completed in 54 milliseconds