Uses of Class
org.gcube.informationsystem.resourceregistry.api.exceptions.NotFoundException
-
-
Uses of NotFoundException in org.gcube.informationsystem.resourceregistry.api.exceptions.contexts
Subclasses of NotFoundException in org.gcube.informationsystem.resourceregistry.api.exceptions.contexts Modifier and Type Class Description classContextNotFoundExceptionThe Class ContextNotFoundException. -
Uses of NotFoundException in org.gcube.informationsystem.resourceregistry.api.exceptions.entities
Subclasses of NotFoundException in org.gcube.informationsystem.resourceregistry.api.exceptions.entities Modifier and Type Class Description classEntityNotFoundExceptionThe Class EntityNotFoundException. -
Uses of NotFoundException in org.gcube.informationsystem.resourceregistry.api.exceptions.entities.facet
Subclasses of NotFoundException in org.gcube.informationsystem.resourceregistry.api.exceptions.entities.facet Modifier and Type Class Description classFacetNotFoundExceptionThe Class FacetNotFoundException. -
Uses of NotFoundException in org.gcube.informationsystem.resourceregistry.api.exceptions.entities.resource
Subclasses of NotFoundException in org.gcube.informationsystem.resourceregistry.api.exceptions.entities.resource Modifier and Type Class Description classResourceNotFoundExceptionThe 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.templates Modifier and Type Class Description classQueryTemplateNotFoundExceptionThe Class QueryTemplateNotFoundException. -
Uses of NotFoundException in org.gcube.informationsystem.resourceregistry.api.exceptions.relations
Subclasses of NotFoundException in org.gcube.informationsystem.resourceregistry.api.exceptions.relations Modifier and Type Class Description classRelationNotFoundExceptionThe 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.consistsof Modifier and Type Class Description classConsistsOfNotFoundExceptionThe 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.isparentof Modifier and Type Class Description classIsParentOfNotFoundExceptionThe Class IsParentOfNotFoundException. -
Uses of NotFoundException in org.gcube.informationsystem.resourceregistry.api.exceptions.relations.isrelatedto
Subclasses of NotFoundException in org.gcube.informationsystem.resourceregistry.api.exceptions.relations.isrelatedto Modifier and Type Class Description classIsRelatedToNotFoundExceptionThe Class IsRelatedToNotFoundException. -
Uses of NotFoundException in org.gcube.informationsystem.resourceregistry.api.exceptions.types
Subclasses of NotFoundException in org.gcube.informationsystem.resourceregistry.api.exceptions.types Modifier and Type Class Description classSchemaNotFoundExceptionThe Class SchemaNotFoundException. -
Uses of NotFoundException in org.gcube.informationsystem.resourceregistry.api.rest.httputils
Methods in org.gcube.informationsystem.resourceregistry.api.rest.httputils that return NotFoundException Modifier and Type Method Description protected static <C> NotFoundExceptionHTTPUtility. getElementNotFoundException(Class<C> clz)Gets the element not found exception.Methods in org.gcube.informationsystem.resourceregistry.api.rest.httputils that throw NotFoundException Modifier and Type Method Description protected static <C> NotFoundExceptionHTTPUtility. getElementNotFoundException(Class<C> clz)Gets the element not found exception.
-