Class PayloadTooLargeException

All Implemented Interfaces:
Serializable, ErrorResponse

@Deprecated(since="7.0") public class PayloadTooLargeException extends ResponseStatusException
Deprecated.
since 7.0 in favor of ContentTooLargeException
Exception for errors that fit response status 413 (payload too large) for use in Spring Web applications.
Since:
6.2
Author:
Kim Bosung
See Also:
  • Constructor Details

    • PayloadTooLargeException

      public PayloadTooLargeException(@Nullable Throwable cause)
      Deprecated.