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 classMetaDataAlreadyExistExceptionMetaDataAlreadyExistException duplicate errorclassMetaDataClientServerExceptionException indicating the Metadata server has an internal errorclassMetaDataDocumentSizeExceptionMetaDataDocumentSizeException max size exceeded errorclassMetaDataExecutionExceptionMetaDataExecutionException database errorclassMetadataInvalidSelectExceptionMetaData Invalid Select Exception: will be thrown for invalid requestclassMetadataInvalidUpdateExceptionMetadataInvalidUpdateException update failed in update operation in metatadaclassMetaDataNotFoundExceptionMetaDataNotFoundException document not found errorclassMetadataScrollLimitExceededExceptionclassMetadataScrollThresholdExceededException -
Uses of MetaDataException in fr.gouv.vitam.metadata.core
Methods in fr.gouv.vitam.metadata.core that throw MetaDataException Modifier and Type Method Description voidMetaDataImpl. 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 MetaDataException Modifier and Type Method Description GraphComputeResponseGraphComputeServiceImpl. 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 GraphComputeResponseGraphComputeService. 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
-