Class RequestBodyTooLargeException

    • Constructor Detail

      • RequestBodyTooLargeException

        public RequestBodyTooLargeException​(long maxBodySize)
        Creates a new exception for a request body that exceeded the given maximum size.
        Parameters:
        maxBodySize - the configured maximum request body size, in characters
        Since:
    • Method Detail

      • getMaxBodySize

        public long getMaxBodySize()
        Gets the configured maximum request body size, in characters, that was exceeded.
        Returns:
        the maximum request body size in characters
        Since: