public class TruncatedChunkException extends MalformedChunkCodingException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
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.
|
private static final long serialVersionUID
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...)
.