org.jboss.jsr299.tck
Class DeploymentFailure
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.