Uses of Class
org.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryException
-
-
Uses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.contexts
Methods in org.gcube.informationsystem.resourceregistry.api.contexts that throw ResourceRegistryException Modifier and Type Method Description org.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.StringContextCache. getContextFullNameByUUID(String uuid)Gets the context full name by UUID.StringContextCache. getContextFullNameByUUID(UUID uuid)Gets the context full name by UUID.Map<String,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.UUIDContextCache. getUUIDByFullName(String contextFullName)Gets the uuid by full name.Map<UUID,String>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.exceptions Modifier and Type Class Description classAlreadyPresentExceptionThe Class AlreadyPresentException.classAvailableInAnotherContextExceptionThe Class AvailableInAnotherContextException.classCreationExceptionThe Class CreationException.classNotFoundExceptionThe Class NotFoundException.Methods in org.gcube.informationsystem.resourceregistry.api.exceptions with type parameters of type ResourceRegistryException Modifier and Type Method Description static <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>
RREExceptionMapper. unmarshal(Class<RRE> clz, Reader reader)Creates a resource of given class from its serialization in a givenReader.static <RRE extends ResourceRegistryException>
RREExceptionMapper. unmarshal(Class<RRE> clz, String string)Creates 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.contexts Modifier and Type Class Description classContextAlreadyPresentExceptionThe Class ContextAlreadyPresentException.classContextCreationExceptionThe Class ContextCreationException.classContextExceptionThe Class ContextException.classContextMoveExceptionThe Class ContextMoveException.classContextNotFoundExceptionThe Class ContextNotFoundException. -
Uses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.exceptions.entities
Subclasses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.exceptions.entities Modifier and Type Class Description classEntityAlreadyPresentExceptionThe Class EntityAlreadyPresentException.classEntityAvailableInAnotherContextExceptionThe Class EntityAvailableInAnotherContextException.classEntityCreationExceptionThe Class EntityCreationException.classEntityNotFoundExceptionThe 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.facet Modifier and Type Class Description classFacetAlreadyPresentExceptionThe Class FacetAlreadyPresentException.classFacetAvailableInAnotherContextExceptionThe Class FacetAvailableInAnotherContextException.classFacetCreationExceptionThe Class FacetCreationException.classFacetNotFoundExceptionThe 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.resource Modifier and Type Class Description classResourceAlreadyPresentExceptionThe Class ResourceAlreadyPresentException.classResourceAvailableInAnotherContextExceptionThe Class ResourceAvailableInAnotherContextException.classResourceCreationExceptionThe Class ResourceCreationException.classResourceNotFoundExceptionThe Class ResourceNotFoundException. -
Uses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.exceptions.queries
Subclasses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.exceptions.queries Modifier and Type Class Description classInvalidQueryExceptionThe Class InvalidQueryException. -
Uses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.exceptions.queries.templates
Subclasses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.exceptions.queries.templates Modifier and Type Class Description classQueryTemplateAlreadyPresentExceptionThe Class QueryTemplateAlreadyPresentException.classQueryTemplateCreationExceptionThe Class QueryTemplateCreationException.classQueryTemplateExceptionThe Class QueryTemplateException.classQueryTemplateNotFoundExceptionThe Class QueryTemplateNotFoundException. -
Uses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.exceptions.relations
Subclasses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.exceptions.relations Modifier and Type Class Description classRelationAlreadyPresentExceptionThe Class RelationAlreadyPresentException.classRelationAvailableInAnotherContextExceptionThe Class RelationAvailableInAnotherContextException.classRelationCreationExceptionThe Class RelationCreationException.classRelationNotFoundExceptionThe 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.consistsof Modifier and Type Class Description classConsistsOfAlreadyPresentExceptionThe Class ConsistsOfAlreadyPresentException.classConsistsOfAvailableInAnotherContextExceptionThe Class ConsistsOfAvailableInAnotherContextException.classConsistsOfCreationExceptionThe Class ConsistsOfCreationException.classConsistsOfNotFoundExceptionThe 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.isparentof Modifier and Type Class Description classIsParentOfAlreadyPresentExceptionThe Class IsParentOfAlreadyPresentException.classIsParentOfCreationExceptionThe Class IsParentOfCreationException.classIsParentOfExceptionThe Class IsParentOfException.classIsParentOfNotFoundExceptionThe Class IsParentOfNotFoundException. -
Uses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.exceptions.relations.isrelatedto
Subclasses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.exceptions.relations.isrelatedto Modifier and Type Class Description classIsRelatedToAlreadyPresentExceptionThe Class IsRelatedToAlreadyPresentException.classIsRelatedToAvailableInAnotherContextExceptionThe Class IsRelatedToAvailableInAnotherContextException.classIsRelatedToCreationExceptionThe Class IsRelatedToCreationException.classIsRelatedToNotFoundExceptionThe Class IsRelatedToNotFoundException. -
Uses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.exceptions.types
Subclasses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.exceptions.types Modifier and Type Class Description classSchemaAlreadyPresentExceptionThe Class SchemaAlreadyPresentException.classSchemaCreationExceptionThe Class SchemaCreationException.classSchemaExceptionThe Class SchemaException.classSchemaNotFoundExceptionThe Class SchemaNotFoundException.classSchemaViolationExceptionThe Class SchemaViolationException. -
Uses of ResourceRegistryException in org.gcube.informationsystem.resourceregistry.api.rest.httputils
Methods in org.gcube.informationsystem.resourceregistry.api.rest.httputils that throw ResourceRegistryException Modifier and Type Method Description protected static <C> NotFoundExceptionHTTPUtility. getElementNotFoundException(Class<C> clz)Gets the element not found exception.
-