Uses of Class
org.gcube.informationsystem.resourceregistry.api.exceptions.NotFoundException
Packages that use NotFoundException
Package
Description
-
Uses of NotFoundException in org.gcube.informationsystem.resourceregistry.api.exceptions.contexts
Subclasses of NotFoundException in org.gcube.informationsystem.resourceregistry.api.exceptions.contextsModifier and TypeClassDescriptionclassThe Class ContextNotFoundException. -
Uses of NotFoundException in org.gcube.informationsystem.resourceregistry.api.exceptions.entities
Subclasses of NotFoundException in org.gcube.informationsystem.resourceregistry.api.exceptions.entitiesModifier and TypeClassDescriptionclassThe Class EntityNotFoundException. -
Uses of NotFoundException in org.gcube.informationsystem.resourceregistry.api.exceptions.entities.facet
-
Uses of NotFoundException in org.gcube.informationsystem.resourceregistry.api.exceptions.entities.resource
Subclasses of NotFoundException in org.gcube.informationsystem.resourceregistry.api.exceptions.entities.resourceModifier and TypeClassDescriptionclassThe Class ResourceNotFoundException. -
Uses of NotFoundException in org.gcube.informationsystem.resourceregistry.api.exceptions.queries.templates
Subclasses of NotFoundException in org.gcube.informationsystem.resourceregistry.api.exceptions.queries.templatesModifier and TypeClassDescriptionclassThe Class QueryTemplateNotFoundException. -
Uses of NotFoundException in org.gcube.informationsystem.resourceregistry.api.exceptions.relations
Subclasses of NotFoundException in org.gcube.informationsystem.resourceregistry.api.exceptions.relationsModifier and TypeClassDescriptionclassThe Class RelationNotFoundException. -
Uses of NotFoundException in org.gcube.informationsystem.resourceregistry.api.exceptions.relations.consistsof
Subclasses of NotFoundException in org.gcube.informationsystem.resourceregistry.api.exceptions.relations.consistsofModifier and TypeClassDescriptionclassThe Class ConsistsOfNotFoundException. -
Uses of NotFoundException in org.gcube.informationsystem.resourceregistry.api.exceptions.relations.isparentof
Subclasses of NotFoundException in org.gcube.informationsystem.resourceregistry.api.exceptions.relations.isparentofModifier and TypeClassDescriptionclassThe Class IsParentOfNotFoundException. -
Uses of NotFoundException in org.gcube.informationsystem.resourceregistry.api.exceptions.types
Subclasses of NotFoundException in org.gcube.informationsystem.resourceregistry.api.exceptions.typesModifier and TypeClassDescriptionclassThe Class SchemaNotFoundException. -
Uses of NotFoundException in org.gcube.informationsystem.resourceregistry.api.rest.httputils
Methods in org.gcube.informationsystem.resourceregistry.api.rest.httputils that return NotFoundExceptionModifier and TypeMethodDescriptionprotected static <C> NotFoundExceptionHTTPUtility.getElementNotFoundException(Class<C> clz) Gets the element not found exception.Methods in org.gcube.informationsystem.resourceregistry.api.rest.httputils that throw NotFoundExceptionModifier and TypeMethodDescriptionprotected static <C> NotFoundExceptionHTTPUtility.getElementNotFoundException(Class<C> clz) Gets the element not found exception.