[ 
https://issues.apache.org/jira/browse/FELIX-2917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Richard S. Hall updated FELIX-2917:
-----------------------------------

    Fix Version/s: framework-4.0.0

> 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
>             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

Reply via email to