[#7734] Wrong exception is being thrown

This commit is contained in:
lukaseder 2019-01-25 09:28:23 +01:00
parent a8b60b119e
commit c639b30f34

View File

@ -179,7 +179,7 @@ public class MiniJAXB {
else {
jaxbAvailable = true;
log.debug("JAXB is available from the classpath / module path");
throw t;
throw new ConfigurationException("Error while reading xml", t);
}
}
}