https://github.com/FasterXML/jackson-databind/blob/d42d345/src/main/java/com/fasterxml/jackson/databind/introspect/AnnotatedMethod.java#L161 `InvocationTargetException.getMessage()` will always be null. Should probably be using `InvocationTargetException.getCause().getMessage()` instead.