Exception indicating that the add of a duplicate service was attempted.
(i.e. the service being added already exists in the config store, for the
given scope).
version: $Revision: 57210 $ author: Mike Finn.
Constructor Summary
public
DuplicateServiceException(String msg) Constructs an instance of DuplicateServiceException with the specified detail message.
Constructor Detail
DuplicateServiceException
public DuplicateServiceException(String msg)(Code)
Constructs an instance of DuplicateServiceException with the specified detail message.
Parameters: msg - the detail message.