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


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