javax.enterprise.deploy.spi.exceptions

Class 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.

Constructor Summary

DeploymentManagerCreationException(String s)
Creates a new DeploymentManagerCreationException.

Constructor Details

DeploymentManagerCreationException

public DeploymentManagerCreationException(String s)
Creates a new DeploymentManagerCreationException.
Parameters:
s - a string providing more information about the problem.