public class

TruncatedChunkException

extends MalformedChunkCodingException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.io.IOException
         ↳ org.apache.http.MalformedChunkCodingException
           ↳ org.apache.http.TruncatedChunkException

Class Overview

Signals a truncated chunk in a chunked stream.

Summary

Public Constructors
TruncatedChunkException(String message)
Creates a TruncatedChunkException with the specified detail message.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public TruncatedChunkException (String message)

Creates a TruncatedChunkException with the specified detail message.

Parameters
message The exception detail message