[arquillian-issues] [JBoss JIRA] Created: (ARQ-116) Wrong chaining for spi.DeploymentException

Jesper Pedersen (JIRA) jira-events at lists.jboss.org
Fri Apr 23 16:01:11 EDT 2010


Wrong chaining for spi.DeploymentException
------------------------------------------

                 Key: ARQ-116
                 URL: https://jira.jboss.org/jira/browse/ARQ-116
             Project: Arquillian
          Issue Type: Feature Request
          Components: Deployable Containers SPI
    Affects Versions: 1.0.0.Alpha1
            Reporter: Jesper Pedersen


The exception spi.DeploymentException has

   public DeploymentException(String message, Exception cause)

It should be

   public DeploymentException(String message, Throwable cause)


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the arquillian-issues mailing list