Class PayloadTooLargeException

All Implemented Interfaces:
Serializable, ErrorResponse

public class PayloadTooLargeException extends ResponseStatusException
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