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 TypeClassDescriptionclass
MetaDataAlreadyExistException duplicate errorclass
Exception indicating the Metadata server has an internal errorclass
MetaDataDocumentSizeException max size exceeded errorclass
MetaDataExecutionException database errorclass
MetaData Invalid Select Exception: will be thrown for invalid requestclass
MetadataInvalidUpdateException update failed in update operation in metatadaclass
MetaDataNotFoundException document not found errorclass
class
-
Uses of MetaDataException in fr.gouv.vitam.metadata.core
Methods in fr.gouv.vitam.metadata.core that throw MetaDataExceptionModifier and TypeMethodDescriptionvoid
MetaDataImpl.checkStreamObjects
(int tenantId, short objectsStreamExecutionLimit) void
MetaDataImpl.checkStreamUnits
(int tenantId, short unitsStreamExecutionLimit) static ElasticsearchAccessMetadata
ElasticsearchAccessMetadataFactory.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