Class ContentTooLargeException

All Implemented Interfaces:
Serializable, ErrorResponse

public class ContentTooLargeException extends ResponseStatusException
Exception for errors that fit response status 413 (Content too large) for use in Spring Web applications.
Since:
7.0
Author:
Brian Clozel
See Also:
  • Constructor Details