javax.enterprise.deploy.spi.exceptions
Class 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.
public TargetException(String s)
Creates a new TargetException.
Parameters: s a string indicating what was wrong with the target.