org.jboss.jsr299.tck
Class DeploymentFailure

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.jsr299.tck.DeploymentFailure
All Implemented Interfaces:
Serializable

public class DeploymentFailure
extends RuntimeException

A category exception which can be declared in the @ExpectedDeploymentException annotation of an @Artifact to detect a definition error as described in Section 12.4, "Problems detected automatically by the container".

See Also:
org.jboss.jsr299.tck.spi.Managers#isDefinitionError(Throwable), Serialized Form

Constructor Summary
DeploymentFailure()
           
DeploymentFailure(String message)
           
DeploymentFailure(String message, Throwable cause)
           
DeploymentFailure(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeploymentFailure

public DeploymentFailure()

DeploymentFailure

public DeploymentFailure(String message,
                         Throwable cause)

DeploymentFailure

public DeploymentFailure(String message)

DeploymentFailure

public DeploymentFailure(Throwable cause)


Copyright © 2008-2012 Seam Framework. All Rights Reserved.