Class TruncatedChunkException

All Implemented Interfaces:
Serializable

public class TruncatedChunkException extends MalformedChunkCodingException
Signals a truncated chunk in a chunked stream.
Since:
4.1
See Also:
  • Constructor Details

    • TruncatedChunkException

      public TruncatedChunkException(String message)
      Creates a TruncatedChunkException with the specified detail message.
      Parameters:
      message - The exception detail message