We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd1ca46 commit 7ebd850Copy full SHA for 7ebd850
spring-web/src/main/java/org/springframework/web/server/MediaTypeNotSupportedStatusException.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2002-2016 the original author or authors.
+ * Copyright 2002-2020 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -27,7 +27,10 @@
27
28
* @author Rossen Stoyanchev
29
* @since 5.0
30
+ * @deprecated in favor of {@link UnsupportedMediaTypeStatusException},
31
+ * with this class never thrown by Spring code and to be removed in 5.3
32
*/
33
+@Deprecated
34
@SuppressWarnings("serial")
35
public class MediaTypeNotSupportedStatusException extends ResponseStatusException {
36
0 commit comments