public class TruncatedChunkException extends MalformedChunkCodingException
Constructor and Description |
---|
TruncatedChunkException(String message)
Creates a TruncatedChunkException with the specified detail message.
|
TruncatedChunkException(String format,
Object... args)
Constructs a new TruncatedChunkException with the specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TruncatedChunkException(String message)
message
- The exception detail messagepublic TruncatedChunkException(String format, Object... args)
format
- The exception detail message format; see String.format(String, Object...)
.args
- The exception detail message arguments; see String.format(String, Object...)
.Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.