Searched refs:TargetException (Results 1 - 3 of 3) sorted by relevance

/glassfish-3.1.2/deployment/javax.enterprise.deploy/src/main/java/javax/enterprise/deploy/spi/exceptions/
H A DTargetException.java46 public class TargetException extends Exception class in inherits:Exception
50 * Creates an new TargetException object.
55 public TargetException(String s) method in class:TargetException
/glassfish-3.1.2/deployment/javax.enterprise.deploy/src/main/java/javax/enterprise/deploy/spi/
H A DDeploymentManager.java94 * @throws TargetException An invalid Target designator
98 Target[] targetList) throws TargetException,
119 * @throws TargetException An invalid Target designator
123 Target[] targetList) throws TargetException,
143 * @throws TargetException An invalid Target designator
147 Target[] targetList) throws TargetException,
/glassfish-3.1.2/deployment/client/src/main/java/org/glassfish/deployapi/
H A DSunDeploymentManager.java98 import javax.enterprise.deploy.spi.exceptions.TargetException;
195 * @throws TargetException An invalid Target designator
199 Target[] targetList) throws TargetException, IllegalStateException {
222 * @throws TargetException An invalid Target designator
226 Target[] targetList) throws TargetException, IllegalStateException {
247 * @throws TargetException An invalid Target designator
251 Target[] targetList) throws TargetException,
288 *@exception TargetException if a target was improperly formed
291 private TargetModuleID[] getModules(ModuleType moduleType, Target[] targetList, String state) throws TargetException, IllegalStateException {
314 TargetException t
[all...]

Completed in 437 milliseconds