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:
Serializable
public class MalformedChunkCodingException extends IOException
Signals a malformed chunked stream.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description MalformedChunkCodingException()Creates a MalformedChunkCodingException without a detail message.MalformedChunkCodingException(String message)Creates a MalformedChunkCodingException with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MalformedChunkCodingException
public MalformedChunkCodingException()Creates a MalformedChunkCodingException without a detail message. -
MalformedChunkCodingException
Creates a MalformedChunkCodingException with the specified detail message.- Parameters:
message- The exception detail message
-