Class MissingRequestBodyException

All Implemented Interfaces:
Serializable

public class MissingRequestBodyException extends BadRequestException
This exception indicates that the request body is missing. If this exception is thrown, a 400 BAD REQUEST response is sent to the client.
See Also:
  • Constructor Details

    • MissingRequestBodyException

      public MissingRequestBodyException(String message, Object... messageArgs)