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

DeploymentManagerCreationException

public class DeploymentManagerCreationException extends Exception
This exception is to report problems in returning a DeploymentManager object cause by such things as server down, unable to authenticate and the like.

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

param
s a string providing more information about the problem.

      super(s);
   
Methods Summary