javax.enterprise.deploy.spi.exceptions
Class DeploymentManagerCreationException
Exception
javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException
public class DeploymentManagerCreationException
extends Exception
This exception is to report problems in returning a DeploymentManager object
caused by such things as server down, unable to authenticate and the like.
DeploymentManagerCreationException
public DeploymentManagerCreationException(String s)
Creates a new DeploymentManagerCreationException.
s
- a string providing more information about the problem.