FileDocCategorySizeDatePackage
TargetException.javaAPI DocGlassfish v2 API2315Fri May 04 22:35:50 BST 2007javax.enterprise.deploy.spi.exceptions

TargetException

public class TargetException extends Exception
This exception is to report bad target designators.

Fields Summary
Constructors Summary
public TargetException(String s)
Creates an new TargetException object.

param
s a string indicating what was wrong with the target.

      super(s);
   
Methods Summary