DeploymentManagerCreationExceptionpublic 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. |
Constructors Summary |
---|
public DeploymentManagerCreationException(String s)Creates an new DeploymentManagerCreationException object.
super(s);
|
|