Class LengthRequiredException

All Implemented Interfaces:
Serializable

public class LengthRequiredException extends ProtocolException
Signals message rejection due to missing content length.
Since:
4.0
See Also:
  • Field Details

  • Constructor Details

    • LengthRequiredException

      public LengthRequiredException()
      Creates an exception without a default detail message.
    • LengthRequiredException

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