-
Bug
-
Resolution: Fixed
-
P4
-
6
-
None
-
beta
-
generic
-
generic
Policy.getInstance and Configuration.getInstance are specified to throw IllegalArgumentException if the parameter input is invalid.
In these three cases, Policy and Configuration.getInstance should catch the NoSuchAlgorithmException from Provider.Service.newInstance, and see if the chained exception is IllegalArgumentException. If so, throw the IllegalArgumentException.
###@###.### 2005-05-20 17:26:12 GMT
In addition, if the construction of an SPI implementation fails, we try another provider and swallow the exception (if it is a checked exception). we should investigate dumping debug output to ease debugging in this case.
###@###.### 2005-05-20 17:36:38 GMT
###@###.### 2005-05-27 00:30:02 GMT