Uses of Class
fr.gouv.vitam.metadata.api.exception.MetaDataException
-
Packages that use MetaDataException Package Description fr.gouv.vitam.metadata.api.exception Provides exception classes used for the Metadata module.fr.gouv.vitam.metadata.core Providesfr.gouv.vitam.metadata.core.graph fr.gouv.vitam.metadata.core.graph.api -
-
Uses of MetaDataException in fr.gouv.vitam.metadata.api.exception
Subclasses of MetaDataException in fr.gouv.vitam.metadata.api.exception Modifier and Type Class Description class
MetaDataAlreadyExistException
MetaDataAlreadyExistException duplicate errorclass
MetaDataClientServerException
Exception indicating the Metadata server has an internal errorclass
MetaDataDocumentSizeException
MetaDataDocumentSizeException max size exceeded errorclass
MetaDataExecutionException
MetaDataExecutionException database errorclass
MetadataInvalidSelectException
MetaData Invalid Select Exception: will be thrown for invalid requestclass
MetadataInvalidUpdateException
MetadataInvalidUpdateException update failed in update operation in metatadaclass
MetaDataNotFoundException
MetaDataNotFoundException document not found errorclass
MetadataScrollLimitExceededException
class
MetadataScrollThresholdExceededException
-
Uses of MetaDataException in fr.gouv.vitam.metadata.core
Methods in fr.gouv.vitam.metadata.core that throw MetaDataException Modifier and Type Method Description void
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 MetaDataException Modifier and Type Method Description GraphComputeResponse
GraphComputeServiceImpl. 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 MetaDataException Modifier and Type Method Description GraphComputeResponse
GraphComputeService. 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
-