Uses of Class
org.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryException
Packages that use ResourceRegistryException
Package
Description
-
Uses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.contexts
Methods in org.gcube.informationsystem.resourceregistry.api.contexts that throw ResourceRegistryExceptionModifier and TypeMethodDescriptionorg.gcube.informationsystem.contexts.reference.entities.ContextContextCache.getContextByFullName(String contextFullName) Gets the context by full name.org.gcube.informationsystem.contexts.reference.entities.ContextContextCache.getContextByUUID(String uuid) Gets the context by UUID.org.gcube.informationsystem.contexts.reference.entities.ContextContextCache.getContextByUUID(UUID uuid) Gets the context by UUID.ContextCache.getContextFullNameByUUID(String uuid) Gets the context full name by UUID.ContextCache.getContextFullNameByUUID(UUID uuid) Gets the context full name by UUID.ContextCache.getContextFullNameToUUIDAssociation()Gets the context full name to UUID association.List<org.gcube.informationsystem.contexts.reference.entities.Context>ContextCache.getContexts()Gets the contexts.org.gcube.informationsystem.tree.Tree<org.gcube.informationsystem.contexts.reference.entities.Context>ContextCache.getContextsTree()Gets the contexts tree.ContextCache.getUUIDByFullName(String contextFullName) Gets the uuid by full name.ContextCache.getUUIDToContextFullNameAssociation()Gets the UUID to context full name association.voidContextCache.refreshContextsIfNeeded()Refresh contexts if needed.voidContextCache.renew()Renew.List<org.gcube.informationsystem.contexts.reference.entities.Context>ContextCacheRenewal.renew()Renew. -
Uses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.exceptions
Subclasses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.exceptionsModifier and TypeClassDescriptionclassThe Class AlreadyPresentException.classThe Class AvailableInAnotherContextException.classThe Class CreationException.classThe Class NotFoundException.Methods in org.gcube.informationsystem.resourceregistry.api.exceptions with type parameters of type ResourceRegistryExceptionModifier and TypeMethodDescriptionstatic <RRE extends ResourceRegistryException>
StringExceptionMapper.marshal(RRE object) Return the String serialization of a given resource.static <T extends OutputStream,RRE extends ResourceRegistryException>
TExceptionMapper.marshal(RRE object, T stream) Write the serialization of a given resource to a givenOutputStream.static <T extends Writer,RRE extends ResourceRegistryException>
TExceptionMapper.marshal(RRE object, T writer) Write the serialization of a given resource to a givenWriter.static <RRE extends ResourceRegistryException>
RREExceptionMapper.unmarshal(Class<RRE> clz, InputStream stream) Creates a resource of given class from its serialization in a givenInputStream.static <RRE extends ResourceRegistryException>
RRECreates a resource of given class from its serialization in a givenReader.static <RRE extends ResourceRegistryException>
RRECreates a resource of given class from its serialization in a given String. -
Uses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.exceptions.contexts
Subclasses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.exceptions.contextsModifier and TypeClassDescriptionclassThe Class ContextAlreadyPresentException.classThe Class ContextCreationException.classThe Class ContextException.classThe Class ContextMoveException.classThe Class ContextNotFoundException. -
Uses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.exceptions.entities
Subclasses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.exceptions.entitiesModifier and TypeClassDescriptionclassThe Class EntityAlreadyPresentException.classThe Class EntityAvailableInAnotherContextException.classThe Class EntityCreationException.classThe Class EntityNotFoundException. -
Uses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.exceptions.entities.facet
Subclasses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.exceptions.entities.facetModifier and TypeClassDescriptionclassThe Class FacetAlreadyPresentException.classThe Class FacetAvailableInAnotherContextException.classThe Class FacetCreationException.classThe Class FacetNotFoundException. -
Uses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.exceptions.entities.resource
Subclasses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.exceptions.entities.resourceModifier and TypeClassDescriptionclassThe Class ResourceAlreadyPresentException.classThe Class ResourceAvailableInAnotherContextException.classThe Class ResourceCreationException.classThe Class ResourceNotFoundException. -
Uses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.exceptions.queries
-
Uses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.exceptions.queries.templates
Subclasses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.exceptions.queries.templatesModifier and TypeClassDescriptionclassThe Class QueryTemplateAlreadyPresentException.classThe Class QueryTemplateCreationException.classThe Class QueryTemplateException.classThe Class QueryTemplateNotFoundException. -
Uses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.exceptions.relations
Subclasses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.exceptions.relationsModifier and TypeClassDescriptionclassThe Class RelationAlreadyPresentException.classThe Class RelationAvailableInAnotherContextException.classThe Class RelationCreationException.classThe Class RelationNotFoundException. -
Uses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.exceptions.relations.consistsof
Subclasses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.exceptions.relations.consistsofModifier and TypeClassDescriptionclassThe Class ConsistsOfAlreadyPresentException.classThe Class ConsistsOfAvailableInAnotherContextException.classThe Class ConsistsOfCreationException.classThe Class ConsistsOfNotFoundException. -
Uses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.exceptions.relations.isparentof
Subclasses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.exceptions.relations.isparentofModifier and TypeClassDescriptionclassThe Class IsParentOfAlreadyPresentException.classThe Class IsParentOfCreationException.classThe Class IsParentOfException.classThe Class IsParentOfNotFoundException. -
Uses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.exceptions.types
Subclasses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.exceptions.typesModifier and TypeClassDescriptionclassThe Class SchemaAlreadyPresentException.classThe Class SchemaCreationException.classThe Class SchemaException.classThe Class SchemaNotFoundException.classThe Class SchemaViolationException. -
Uses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.rest.httputils
Methods in org.gcube.informationsystem.resourceregistry.api.rest.httputils that throw ResourceRegistryExceptionModifier and TypeMethodDescriptionprotected static <C> NotFoundExceptionHTTPUtility.getElementNotFoundException(Class<C> clz) Gets the element not found exception.