Package org.apache.http
Class TruncatedChunkException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.io.IOException
 - 
- org.apache.http.MalformedChunkCodingException
 - 
- org.apache.http.TruncatedChunkException
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class TruncatedChunkException extends MalformedChunkCodingException
Signals a truncated chunk in a chunked stream.- Since:
 - 4.1
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description TruncatedChunkException(java.lang.String message)Creates a TruncatedChunkException with the specified detail message. 
 -