[#7734] Wrong exception is being thrown
This commit is contained in:
parent
a8b60b119e
commit
c639b30f34
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user