From a576d3d8fa7c136a81090f84d2b4562c483f6151 Mon Sep 17 00:00:00 2001 From: "luca.frosini" Date: Mon, 28 Nov 2016 16:18:07 +0000 Subject: [PATCH] Refactoring service due to exception reoganization in resource-registry-api git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry@135001 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../resources/ResourceRegistryExceptionMapper.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/gcube/informationsystem/resourceregistry/resources/ResourceRegistryExceptionMapper.java b/src/main/java/org/gcube/informationsystem/resourceregistry/resources/ResourceRegistryExceptionMapper.java index ce46a91..9200971 100644 --- a/src/main/java/org/gcube/informationsystem/resourceregistry/resources/ResourceRegistryExceptionMapper.java +++ b/src/main/java/org/gcube/informationsystem/resourceregistry/resources/ResourceRegistryExceptionMapper.java @@ -8,7 +8,7 @@ import javax.ws.rs.ext.Provider; import org.gcube.informationsystem.resourceregistry.api.exceptions.InternalException; import org.gcube.informationsystem.resourceregistry.api.exceptions.NotAllowedException; -import org.gcube.informationsystem.resourceregistry.api.exceptions.ObjectNotFound; +import org.gcube.informationsystem.resourceregistry.api.exceptions.ElementNotFound; import org.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryException; /** @@ -23,7 +23,7 @@ public class ResourceRegistryExceptionMapper implements ExceptionMapper