Class RequestBodyEncodingException

All Implemented Interfaces:
Serializable

@Deprecated public class RequestBodyEncodingException extends WebClientException
Deprecated.
since 5.0
Exception thrown if the request body cannot be properly encoded.
Since:
3.2
Author:
Christoph Strobl, Mark Paluch
See Also:
  • Constructor Details

    • RequestBodyEncodingException

      public RequestBodyEncodingException(String msg, Throwable ex)
      Deprecated.
      Construct a new instance of RequestBodyEncodingException with the given message and exception.
      Parameters:
      msg - the message
      ex - the exception