NameNotUniqueImportException(java.lang.String[] serviceDeploymentNames)
Constructs an exception in response to a failure to import
a foundation services deployment into a SAS Metadata Repository
because the name specified in the file is already defined in
the repository.
getMessage(java.lang.String[] serviceDeploymentNames)
Constructs a message to detail a failure to import
specified foundation services deployment(s) into a SAS Metadata Repository.
Constructor Detail
NameNotUniqueImportException
public NameNotUniqueImportException(java.lang.String[] serviceDeploymentNames)
Constructs an exception in response to a failure to import
a foundation services deployment into a SAS Metadata Repository
because the name specified in the file is already defined in
the repository.
Parameters:
serviceDeploymentNames - Names of the service deployments which are not unique.
Constructs a message to detail a failure to import
specified foundation services deployment(s) into a SAS Metadata Repository.
Foundation services deployment names must be uniquely named within
a repository.
Parameters:
serviceDeploymentNames - Foundation service deployment name(s).
Returns:
Message detailing a failure to import foundation services.