public class TruncatedChunkException extends MalformedChunkCodingException
| Constructor and Description |
|---|
TruncatedChunkException(java.lang.String message)
Creates a TruncatedChunkException with the specified detail message.
|
TruncatedChunkException(java.lang.String format,
java.lang.Object... args)
Constructs a new TruncatedChunkException with the specified detail message.
|
public TruncatedChunkException(java.lang.String message)
message - The exception detail messagepublic TruncatedChunkException(java.lang.String format,
java.lang.Object... args)
format - The exception detail message format; see String.format(String, Object...).args - The exception detail message arguments; see String.format(String, Object...).