Update table of supported controller method return types

Closes gh-28814
This commit is contained in:
rstoyanchev
2022-10-11 15:10:30 +01:00
parent 04f0f1ddb0
commit cf2b1020f4
3 changed files with 49 additions and 11 deletions

View File

@@ -80,7 +80,7 @@ public class ErrorResponseException extends NestedRuntimeException implements Er
* resolve the detail message with.
* @since 6.0
*/
protected ErrorResponseException(
public ErrorResponseException(
HttpStatusCode status, ProblemDetail body, @Nullable Throwable cause,
@Nullable String messageDetailCode, @Nullable Object[] messageDetailArguments) {