Uses of Class
fr.gouv.vitam.metadata.api.exception.MetaDataException
Packages that use MetaDataException
Package
Description
Provides exception classes used for the Metadata module.
Provides
-
Uses of MetaDataException in fr.gouv.vitam.metadata.api.exception
Subclasses of MetaDataException in fr.gouv.vitam.metadata.api.exceptionModifier and TypeClassDescriptionclassMetaDataAlreadyExistException duplicate errorclassException indicating the Metadata server has an internal errorclassMetaDataDocumentSizeException max size exceeded errorclassMetaDataExecutionException database errorclassMetaData Invalid Select Exception: will be thrown for invalid requestclassMetadataInvalidUpdateException update failed in update operation in metatadaclassMetaDataNotFoundException document not found errorclassclass -
Uses of MetaDataException in fr.gouv.vitam.metadata.core
Methods in fr.gouv.vitam.metadata.core that throw MetaDataExceptionModifier and TypeMethodDescriptionvoidMetaDataImpl.checkStreamObjects(int tenantId, short objectsStreamExecutionLimit) voidMetaDataImpl.checkStreamUnits(int tenantId, short unitsStreamExecutionLimit) static ElasticsearchAccessMetadataElasticsearchAccessMetadataFactory.create(MetaDataConfiguration configuration, ElasticsearchMetadataIndexManager elasticsearchMetadataIndexManager) Creation of one ElasticsearchAccess -
Uses of MetaDataException in fr.gouv.vitam.metadata.core.graph
Methods in fr.gouv.vitam.metadata.core.graph that throw MetaDataExceptionModifier and TypeMethodDescriptionGraphComputeServiceImpl.computeGraph(com.fasterxml.jackson.databind.JsonNode queryDSL) -
Uses of MetaDataException in fr.gouv.vitam.metadata.core.graph.api
Methods in fr.gouv.vitam.metadata.core.graph.api that throw MetaDataExceptionModifier and TypeMethodDescriptionGraphComputeService.computeGraph(com.fasterxml.jackson.databind.JsonNode queryDSL) If workflow of compute graph in progress, do not execute this method Should be exposed in the API