Importing the wrong NotImplementedException
Closed this issue · 1 comments
Pekallinen commented
Hello,
In ResponseHelper.java, you are importing sun.reflect.generics.reflectiveObjects.NotImplementedException
instead of org.apache.commons.lang3.NotImplementedException
.
https://www.oracle.com/java/technologies/faq-sun-packages.html
brianhks commented
Thanks fixed.