Package org.apache.http
Class MalformedChunkCodingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.http.MalformedChunkCodingException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
TruncatedChunkException
public class MalformedChunkCodingException extends java.io.IOException
Signals a malformed chunked stream.- Since:
- 4.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MalformedChunkCodingException()
Creates a MalformedChunkCodingException without a detail message.MalformedChunkCodingException(java.lang.String message)
Creates a MalformedChunkCodingException with the specified detail message.
-
-
-
Constructor Detail
-
MalformedChunkCodingException
public MalformedChunkCodingException()
Creates a MalformedChunkCodingException without a detail message.
-
MalformedChunkCodingException
public MalformedChunkCodingException(java.lang.String message)
Creates a MalformedChunkCodingException with the specified detail message.- Parameters:
message
- The exception detail message
-
-