Updated checkItemConfigurations

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/Common/workspace-task-executor-library@167326 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2018-05-04 14:06:15 +00:00
parent 24f55cba33
commit 2ad90c16ef
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ public class WorkspaceDataMinerTaskExecutor implements ExecutableTask<TaskConfig
* @throws ItemNotConfiguredException the item not configured exception
* @throws Exception the exception
*/
public List<TaskConfiguration> checkItemConfigurations(String workspaceItemId) throws ItemNotConfiguredException, Exception{
public List<TaskConfiguration> checkItemConfigurations(String workspaceItemId) throws ItemNotConfiguredException, WorkspaceFolderLocked, Exception{
List<TaskConfiguration> confs = getListOfTaskConfigurations(workspaceItemId);
if(confs==null)