org.apache.http.MalformedChunkCodingException
Signals a malformed chunked stream.
Summary
Public Constructors
fillInStackTrace,
getCause,
getLocalizedMessage,
getMessage,
getStackTrace,
initCause,
printStackTrace,
printStackTrace,
printStackTrace,
setStackTrace,
toString
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
MalformedChunkCodingException()
Creates a MalformedChunkCodingException without a detail message.
public
MalformedChunkCodingException(String message)
Creates a MalformedChunkCodingException with the specified detail message.
Parameters
message
| The exception detail message
|