javax.enterprise.deploy.spi.exceptions
Class TargetException
Exception
javax.enterprise.deploy.spi.exceptions.TargetException
public class TargetException
extends Exception
This exception is to report bad target designators. Likely causes include:
the server has been reconfigured since the target was originally provided,
or the tools is forging targets instead of using the ones provided by the
DeploymentManager.
TargetException
public TargetException(String s)
Creates a new TargetException.
s
- a string indicating what was wrong with the target.