[
https://issues.apache.org/jira/browse/FELIX-2917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Richard S. Hall resolved FELIX-2917.
------------------------------------
Resolution: Fixed
Assignee: Richard S. Hall
I have committed a patch to resolve this issue. I fixed the issue you pointed
out, plus a couple more. Please close this issue if you are satisfied. Thanks.
> Constructor of SecurityExceptino() which is incompatible to 1.4 is used
> -------------------------------------------------------------------------
>
> Key: FELIX-2917
> URL: https://issues.apache.org/jira/browse/FELIX-2917
> Project: Felix
> Issue Type: Bug
> Components: Framework
> Affects Versions: framework-3.2.0
> Environment: J2SE-1.4
> Reporter: Ikuo YAMASAKI
> Assignee: Richard S. Hall
> Fix For: framework-4.0.0
>
>
> The constructor of SecurityException with Throwable must not be used.
> For example, Felix.java has
> --------
> throw new SecurityException(ex);
> throw new SecurityException("Unable to install custom SecurityManager: " +
> security, t);
> --------
> Other classes might use those constructors.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira