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 4432268 commit 14398a8Copy full SHA for 14398a8
src/test/java/com/fasterxml/jackson/databind/exc/CustomExceptionDeser4071Test.java
@@ -4,6 +4,7 @@
4
import com.fasterxml.jackson.databind.ObjectMapper;
5
6
// [databind#4071]: Ignore "message" for custom exceptions with only default constructor
7
+@SuppressWarnings("serial")
8
public class CustomExceptionDeser4071Test extends BaseMapTest
9
{
10
static class CustomThrowable4071 extends Throwable { }
0 commit comments