-
Enhancement
-
Resolution: Fixed
-
P4
-
5.0
-
b46
-
generic
-
generic
MLet.getMBeansFromURL treats all failures in the same way: it throws a ServerNotFoundException with detail message "Problems while parsing URL <whatever>". Since the nature of the problems could be anything, from a bad URL to bad syntax to a connection failure, this is less than helpful. There should at least be a more informative detail message. Ideally there would be a chained exception indicating the root cause.