Reorganizing exceptions
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry-api@135003 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
ed7390ee82
commit
be0ef9768e
|
@ -8,8 +8,8 @@ import java.util.UUID;
|
|||
import org.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryException;
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.context.ContextNotFoundException;
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.entity.EntityException;
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.entity.FacetNotFoundException;
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.entity.ResourceNotFoundException;
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.entity.facet.FacetNotFoundException;
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.entity.resource.ResourceNotFoundException;
|
||||
|
||||
/**
|
||||
* @author Luca Frosini (ISTI - CNR)
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
package org.gcube.informationsystem.resourceregistry.api.exceptions.entity;
|
||||
package org.gcube.informationsystem.resourceregistry.api.exceptions.entity.facet;
|
||||
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.entity.EntityAlreadyPresentException;
|
||||
|
||||
|
||||
/**
|
|
@ -1,4 +1,6 @@
|
|||
package org.gcube.informationsystem.resourceregistry.api.exceptions.entity;
|
||||
package org.gcube.informationsystem.resourceregistry.api.exceptions.entity.facet;
|
||||
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.entity.EntityNotFoundException;
|
||||
|
||||
|
||||
/**
|
|
@ -1,4 +1,6 @@
|
|||
package org.gcube.informationsystem.resourceregistry.api.exceptions.entity;
|
||||
package org.gcube.informationsystem.resourceregistry.api.exceptions.entity.resource;
|
||||
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.entity.EntityAlreadyPresentException;
|
||||
|
||||
|
||||
/**
|
|
@ -1,4 +1,6 @@
|
|||
package org.gcube.informationsystem.resourceregistry.api.exceptions.entity;
|
||||
package org.gcube.informationsystem.resourceregistry.api.exceptions.entity.resource;
|
||||
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.entity.EntityNotFoundException;
|
||||
|
||||
|
||||
/**
|
Loading…
Reference in New Issue