public class ServiceDeploymentAlreadyExistsException extends LangridException
| Constructor and Description |
|---|
ServiceDeploymentAlreadyExistsException(String serviceId,
String nodeId,
String servicePath,
String description) |
| Modifier and Type | Method and Description |
|---|---|
String |
getNodeId() |
String |
getServiceId() |
String |
getServicePath() |
void |
setNodeId(String nodeId) |
void |
setServiceId(String serviceId) |
void |
setServicePath(String servicePath) |
getDescription, getMessage, setDescriptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic String getServiceId()
public void setServiceId(String serviceId)
public String getNodeId()
public void setNodeId(String nodeId)
public String getServicePath()
public void setServicePath(String servicePath)