Update table of supported controller method return types
Closes gh-28814
This commit is contained in:
@@ -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) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user