-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 10
-
Component/s: core-libs
-
b28
If a service provider class throws an error or unchecked exception in its initializer then ServiceLoader will not wrap the error/exception in a ServiceConfigurationError when running with a security manager. The no security manager case is okay, the error/exception is wrapped.