Uses of Class
fr.gouv.vitam.common.exception.VitamException
-
-
Uses of VitamException in fr.gouv.vitam.access.external.client
Methods in fr.gouv.vitam.access.external.client that throw VitamException Modifier and Type Method Description booleanVitamPoolingClient. wait(int tenantId, java.lang.String processId)booleanVitamPoolingClient. wait(int tenantId, java.lang.String processId, int nbTry, long timeout, java.util.concurrent.TimeUnit timeUnit)booleanVitamPoolingClient. wait(int tenantId, java.lang.String processId, ProcessState state)booleanVitamPoolingClient. wait(int tenantId, java.lang.String processId, ProcessState state, int nbTry, long timeWait, java.util.concurrent.TimeUnit timeUnit)This is a helper method for checking the status of an operation Loop until : - nbTry is reached - state is completed - state is pause and status ordinal is higher than started -
Uses of VitamException in fr.gouv.vitam.access.external.client.exception
Subclasses of VitamException in fr.gouv.vitam.access.external.client.exception Modifier and Type Class Description classAdminExternalClientException -
Uses of VitamException in fr.gouv.vitam.access.external.common.exception
Subclasses of VitamException in fr.gouv.vitam.access.external.common.exception Modifier and Type Class Description classAccessExternalClientExceptionMain Access Client ExceptionclassAccessExternalClientNotFoundExceptionException indicating a resource requested by a client was not found on the server.classAccessExternalClientServerExceptionException indicating the Logbook server has an internal error.classAccessExternalNotFoundExceptionAccessException access errorclassLogbookExternalClientExceptionMain Logbook External Client Exception -
Uses of VitamException in fr.gouv.vitam.access.internal.common.exception
Subclasses of VitamException in fr.gouv.vitam.access.internal.common.exception Modifier and Type Class Description classAccessInternalClientExceptionMain Access Client ExceptionclassAccessInternalClientIllegalOperationExceptionclassAccessInternalClientNotFoundExceptionException indicating a resource requested by a client was not found on the server.classAccessInternalClientServerExceptionException indicating the Logbook server has an internal error.classAccessInternalClientUnavailableDataFromAsyncOfferExceptionclassAccessInternalExceptionAccessException access errorclassAccessInternalExecutionExceptionAccessExecutionException throw when the execution in access module has an errorclassAccessInternalIllegalOperationExceptionclassAccessInternalRuleExecutionExceptionclassAccessInternalUnavailableDataFromAsyncOfferException -
Uses of VitamException in fr.gouv.vitam.access.internal.serve.exception
Subclasses of VitamException in fr.gouv.vitam.access.internal.serve.exception Modifier and Type Class Description classMissingAccessContractIdExceptionException when missing access contrat -
Uses of VitamException in fr.gouv.vitam.client
Methods in fr.gouv.vitam.client that throw VitamException Modifier and Type Method Description voidIhmRecetteClient. deleteTnrCollectionsTenant(java.lang.String tenantId) -
Uses of VitamException in fr.gouv.vitam.collect.common.exception
Subclasses of VitamException in fr.gouv.vitam.collect.common.exception Modifier and Type Class Description classCollectInternalExceptionException is the superclass of all VITAM processing exceptions. -
Uses of VitamException in fr.gouv.vitam.collect.external.external.exception
Subclasses of VitamException in fr.gouv.vitam.collect.external.external.exception Modifier and Type Class Description classCollectExternalClientExceptionMain Access Client Exception -
Uses of VitamException in fr.gouv.vitam.common.client.configuration
Methods in fr.gouv.vitam.common.client.configuration that throw VitamException Modifier and Type Method Description javax.net.ssl.SSLContextSSLConfiguration. createSSLContext() -
Uses of VitamException in fr.gouv.vitam.common.database.server.elasticsearch
Constructors in fr.gouv.vitam.common.database.server.elasticsearch that throw VitamException Constructor Description ElasticsearchAccess(java.lang.String clusterName, java.util.List<ElasticsearchNode> nodes)Create an ElasticSearch access -
Uses of VitamException in fr.gouv.vitam.common.database.translators.elasticsearch
Methods in fr.gouv.vitam.common.database.translators.elasticsearch that throw VitamException Modifier and Type Method Description static RequestToElasticsearchRequestToElasticsearch. getRequestToElasticsearch(AbstractParser<?> requestParser)Create the RequestToElasticsearch adapted to the RequestParser -
Uses of VitamException in fr.gouv.vitam.common.dsl.schema
Subclasses of VitamException in fr.gouv.vitam.common.dsl.schema Modifier and Type Class Description classValidationExceptionException for validation errors. -
Uses of VitamException in fr.gouv.vitam.common.exception
Subclasses of VitamException in fr.gouv.vitam.common.exception Modifier and Type Class Description classAccessUnauthorizedExceptionException used when contract does not give access to the VitamclassArchiveUnitOntologyValidationExceptionException to be thrown when archive unit contains fields declared in ontology with wrong usage (string instead of long, etc...)classBadRequestExceptionBadRequestException : Bad Request ExceptionclassConflictClientExceptionclassCycleFoundExceptionException used in DFS when a cycle is foundclassDatabaseExceptionGeneric database exception throws by database servicesclassDocumentAlreadyExistsExceptionclassExpectationFailedClientExceptionclassExportExceptionclassForbiddenClientExceptionclassInternalServerExceptionInternalServerException : manage Internal Server ExceptionclassInvalidGuidOperationExceptionInvalid GUID ExceptionclassInvalidParseOperationExceptionInvalid parse operationclassNotAcceptableClientExceptionclassNoWritingPermissionExceptionException when has no writing permissionclassPreconditionFailedClientExceptionclassSchemaValidationExceptionException to be thrown when validation error occursclassStateNotAllowedExceptionThis exception is thrown only if transition for the currentState to the given new state is not allowed Possible case: current state is completed, any action (next, resume, cancel, pause) current state is running, action is next or resumeclassTimeStampExceptionTimeStamp exceptionclassVitamApplicationServerDisconnectExceptionException when the client is disconnectedclassVitamApplicationServerException// * This exception must be used when an error occured while creating, configuring or starting aVitamServerclassVitamClientAccessUnavailableDataFromAsyncOfferExceptionclassVitamClientExceptionGeneric exception throws by any vitam java clientclassVitamClientIllegalAccessRequestOperationOnSyncOfferExceptionclassVitamClientInternalExceptionInternal exception throws by any vitam java client when unknown issue occursclassVitamDBExceptionVitam database exception. -
Uses of VitamException in fr.gouv.vitam.common.external.client.configuration
Methods in fr.gouv.vitam.common.external.client.configuration that throw VitamException Modifier and Type Method Description javax.net.ssl.SSLContextSSLConfiguration. createSSLContext() -
Uses of VitamException in fr.gouv.vitam.common.format.identification.exception
Subclasses of VitamException in fr.gouv.vitam.common.format.identification.exception Modifier and Type Class Description classFileFormatNotFoundExceptionDefine a File Format Exception to be thrown when the format identifier does not found the format of the fileclassFileFormatRejectedExceptionDefine a File Format Exception to be thrown when the file format is not in white list (rejected)classFormatIdentifierBadRequestExceptionDefine a File Format Exception to be thrown when the format identifier does not found the format of the fileclassFormatIdentifierFactoryExceptionDefine a Format Identifier Configuration Not Found Exception to be thrown when the format identifier configuration cannot be found.classFormatIdentifierNotFoundExceptionDefine a Format Identifier Implementation Not Found Exception to be thrown when the format identifier cannot be found.classFormatIdentifierTechnicalExceptionDefine a File Format Exception to be thrown when the format identifier does not found the format of the file -
Uses of VitamException in fr.gouv.vitam.common.json
Subclasses of VitamException in fr.gouv.vitam.common.json Modifier and Type Class Description classInvalidJsonSchemaExceptionException to be thrown when json schema loading failsclassJsonSchemaValidationExceptionException to be thrown when json schema validation fails -
Uses of VitamException in fr.gouv.vitam.common.lru
Methods in fr.gouv.vitam.common.lru that throw VitamException Modifier and Type Method Description VInterfaceLruCache. get(K key, java.util.concurrent.Callable<V> callback)Tries to get element from cache.VInterfaceLruCache. get(K key, java.util.concurrent.Callable<V> callback, long ttl)Tries to get element from cache. -
Uses of VitamException in fr.gouv.vitam.functional.administration.common
Methods in fr.gouv.vitam.functional.administration.common that throw VitamException Modifier and Type Method Description voidReferentialFile. importFile(java.io.InputStream file, java.lang.String filename)importFile : import reference file to database -
Uses of VitamException in fr.gouv.vitam.functional.administration.common.counter
Constructors in fr.gouv.vitam.functional.administration.common.counter that throw VitamException Constructor Description VitamCounterService(MongoDbAccessAdminImpl dbConfiguration, java.util.List<java.lang.Integer> tenants, java.util.Map<java.lang.Integer,java.util.List<java.lang.String>> externalIdentifiers)Constructor -
Uses of VitamException in fr.gouv.vitam.functional.administration.common.exception
Subclasses of VitamException in fr.gouv.vitam.functional.administration.common.exception Modifier and Type Class Description classAccessionRegisterExceptionAccession Register ExceptionclassAdminManagementClientBadRequestExceptionclassAdminManagementClientServerExceptionAccession Register ExceptionclassAgencyImportDeletionExceptionAgencyImportDeletionException manage File Rules ExceptionclassAuditVitamExceptionclassBackupServiceExceptionDefine a BackupServiceException Exception to be thrown when something is not foundclassDatabaseConflictExceptionDatabaseConflictException errorclassFileFormatExceptionFileFormatException errorclassFileFormatNotFoundExceptionException indicating that there is not file containing file format vitam.classFileRulesCsvExceptionException throw when csv to import is not well format or is bad to parseclassFileRulesDeleteExceptionException thrown when user want to be delete a unit linked to a fileRulesclassFileRulesDurationExceptionException throw when rule duration is inferior than duration in configurationclassFileRulesExceptionFileRulesException manage File Rules ExceptionclassFileRulesIllegalDurationModeUpdateExceptionException thrown when duration mode update in illegal.classFileRulesNotFoundExceptionException indicating that there is not file containing file format vitam.classFileRulesReadExceptionclassFunctionalBackupServiceExceptionException for FunctionalBackupServiceclassInvalidFileExceptionclassInvalidFileFormatParseExceptionException indicating the invalid file format XLM when parsing itclassInvalidFileRulesParseExceptionException indicating the invalid file format XLM when parsing itclassJsonNodeFormatCreationExceptionException when creating a json object node from invalid objectclassOntologyInternalExternalConflictExceptionOntologyInternalExternalConflictException errorclassProfileNotFoundExceptionException indicating that there is not file containing file format vitam.classProfilePathFileNotFoundExceptionException indicating that there is no XSD or RNG path file in the given profile.classReferentialExceptionFileFormatException errorclassReferentialImportInProgressExceptionException thrown when a file rules import is already in progressclassReferentialNotFoundExceptionException indicating that Referential Not Found. -
Uses of VitamException in fr.gouv.vitam.functional.administration.common.server
Constructors in fr.gouv.vitam.functional.administration.common.server that throw VitamException Constructor Description ElasticsearchAccessFunctionalAdmin(java.lang.String clusterName, java.util.List<ElasticsearchNode> nodes, ElasticsearchFunctionalAdminIndexManager indexManager) -
Uses of VitamException in fr.gouv.vitam.functional.administration.core.agencies
Methods in fr.gouv.vitam.functional.administration.core.agencies that throw VitamException Modifier and Type Method Description RequestResponse<AgenciesModel>AgenciesService. importAgencies(java.io.InputStream stream, java.lang.String filename)Import an input stream into agencies collection -
Uses of VitamException in fr.gouv.vitam.functional.administration.core.archiveunitprofiles
Methods in fr.gouv.vitam.functional.administration.core.archiveunitprofiles that throw VitamException Modifier and Type Method Description RequestResponse<ArchiveUnitProfileModel>ArchiveUnitProfileService. createArchiveUnitProfiles(java.util.List<ArchiveUnitProfileModel> profileModelList)Create a collections of profile After passing the validation steps.RequestResponse<ArchiveUnitProfileModel>ArchiveUnitProfileServiceImpl. createArchiveUnitProfiles(java.util.List<ArchiveUnitProfileModel> profileModelList)voidArchiveUnitProfileManager. logFatalError(java.lang.String eventType, java.lang.String objectId, java.lang.String errorsDetails)log fatal error (system or technical error)voidArchiveUnitProfileManager. logStarted(java.lang.String eventType, java.lang.String objectId)log start processvoidArchiveUnitProfileManager. logSuccess(java.lang.String eventType, java.lang.String objectId, java.lang.String message)log end success processvoidArchiveUnitProfileManager. logValidationError(java.lang.String eventType, java.lang.String objectId, java.lang.String errorsDetails, java.lang.String KOEventType)Log validation error (business error)RequestResponse<ArchiveUnitProfileModel>ArchiveUnitProfileService. updateArchiveUnitProfile(java.lang.String id, com.fasterxml.jackson.databind.JsonNode queryDsl)Update an archive unit profile after passing validation steps : Field modified : - ActivationDate - DesactivationDate - LastUpdate - StatusRequestResponse<ArchiveUnitProfileModel>ArchiveUnitProfileServiceImpl. updateArchiveUnitProfile(java.lang.String id, com.fasterxml.jackson.databind.JsonNode queryDsl) -
Uses of VitamException in fr.gouv.vitam.functional.administration.core.backup
Methods in fr.gouv.vitam.functional.administration.core.backup that throw VitamException Modifier and Type Method Description voidBackupLogbookManager. logError(GUID logbookOperationMasterId, java.lang.String eventType, java.lang.String errorsDetails)log error (system or technical error)voidBackupLogbookManager. logEventSuccess(GUID logbookOperationMasterId, java.lang.String eventType, java.lang.String digestStr, java.lang.String fileName, java.lang.String objectIdentifier)log end success processvoidFunctionalBackupService. saveCollectionAndSequence(GUID eipMaster, java.lang.String eventCode, FunctionalAdminCollections collection, java.lang.String objectIdentifier)voidFunctionalBackupService. saveFile(java.io.InputStream inputStream, GUID eipMaster, java.lang.String eventCode, DataCategory dataCategory, java.lang.String fileName)save file and log in logbook -
Uses of VitamException in fr.gouv.vitam.functional.administration.core.context
Methods in fr.gouv.vitam.functional.administration.core.context that throw VitamException Modifier and Type Method Description RequestResponse<ContextModel>ContextService. createContexts(java.util.List<ContextModel> contextModelList)Create a list of contextsRequestResponse<ContextModel>ContextServiceImpl. createContexts(java.util.List<ContextModel> contextModelList)RequestResponse<ContextModel>ContextService. deleteContext(java.lang.String contextId, boolean forceDelete)Delete a contextRequestResponse<ContextModel>ContextServiceImpl. deleteContext(java.lang.String contextId, boolean forceDelete)RequestResponse<ContextModel>ContextService. updateContext(java.lang.String id, com.fasterxml.jackson.databind.JsonNode queryDsl)Update a contextRequestResponse<ContextModel>ContextServiceImpl. updateContext(java.lang.String id, com.fasterxml.jackson.databind.JsonNode queryDsl) -
Uses of VitamException in fr.gouv.vitam.functional.administration.core.contract
Methods in fr.gouv.vitam.functional.administration.core.contract that throw VitamException Modifier and Type Method Description RequestResponse<AccessContractModel>AccessContractImpl. createContracts(java.util.List<AccessContractModel> contractModelList)RequestResponse<T>ContractService. createContracts(java.util.List<T> contractModelList)Create a collections of contracts After passing the validation steps.RequestResponse<IngestContractModel>IngestContractImpl. createContracts(java.util.List<IngestContractModel> contractModelList)RequestResponse<ManagementContractModel>ManagementContractImpl. createContracts(java.util.List<ManagementContractModel> contractModelList)voidContractLogbookService. logFatalError(java.lang.String errorsDetails, java.lang.String eventType)log fatal error (system or technical error)voidContractLogbookService. logStarted()log start processvoidContractLogbookService. logSuccess()log end success processvoidContractLogbookService. logUpdateStarted(java.lang.String id)log update start processvoidContractLogbookService. logUpdateSuccess(java.lang.String id, java.lang.String identifier, java.util.List<java.lang.String> listDiffs)voidContractLogbookService. logValidationError(java.lang.String errorsDetails, java.lang.String eventType, java.lang.String KOEventType)Log validation error (business error)RequestResponse<AccessContractModel>AccessContractImpl. updateContract(java.lang.String identifier, com.fasterxml.jackson.databind.JsonNode queryDsl)RequestResponse<T>ContractService. updateContract(java.lang.String id, com.fasterxml.jackson.databind.JsonNode queryDsl)Update contracts status after passing validation steps : Field modified : - ActivationDate - DesactivationDate - LastUpdate - StatusRequestResponse<IngestContractModel>IngestContractImpl. updateContract(java.lang.String identifier, com.fasterxml.jackson.databind.JsonNode queryDsl)RequestResponse<ManagementContractModel>ManagementContractImpl. updateContract(java.lang.String identifier, com.fasterxml.jackson.databind.JsonNode queryDsl) -
Uses of VitamException in fr.gouv.vitam.functional.administration.core.format
Methods in fr.gouv.vitam.functional.administration.core.format that throw VitamException Modifier and Type Method Description voidReferentialFormatFileImpl. importFile(java.io.InputStream xmlPronom, java.lang.String filename) -
Uses of VitamException in fr.gouv.vitam.functional.administration.core.griffin
Methods in fr.gouv.vitam.functional.administration.core.griffin that throw VitamException Modifier and Type Method Description RequestResponse<GriffinModel>GriffinService. importGriffin(@NotNull java.util.List<GriffinModel> griffinsFromRequest)RequestResponse<PreservationScenarioModel>PreservationScenarioService. importScenarios(@NotNull java.util.List<PreservationScenarioModel> listToImport) -
Uses of VitamException in fr.gouv.vitam.functional.administration.core.ontologies
Methods in fr.gouv.vitam.functional.administration.core.ontologies that throw VitamException Modifier and Type Method Description RequestResponse<OntologyModel>OntologyService. checkUpgradeOntologies(java.util.List<OntologyModel> ontologyList)Check the safety of ontology import at vitam reinstall/upgradeRequestResponse<OntologyModel>OntologyServiceImpl. checkUpgradeOntologies(java.util.List<OntologyModel> ontologyInternalModelList)RequestResponse<OntologyModel>OntologyService. importInternalOntologies(java.util.List<OntologyModel> ontologyList)Import a collections of ontologies After passing the validation steps.RequestResponse<OntologyModel>OntologyServiceImpl. importInternalOntologies(java.util.List<OntologyModel> ontologyInternalModelList)RequestResponse<OntologyModel>OntologyService. importOntologies(boolean forceUpdate, java.util.List<OntologyModel> ontologyList)Import a collections of ontologies After passing the validation steps.RequestResponse<OntologyModel>OntologyServiceImpl. importOntologies(boolean forceUpdate, java.util.List<OntologyModel> ontologyModelList)voidOntologyManager. logFatalError(java.lang.String eventType, java.lang.String objectId, java.lang.String errorsDetails)log fatal error (system or technical error)voidOntologyManager. logStarted(java.lang.String eventType, java.lang.String objectId)log start processvoidOntologyManager. logSuccess(java.lang.String eventType, java.lang.String objectId, java.lang.String message)log end success processvoidOntologyManager. logValidationError(java.lang.String eventType, java.lang.String objectId, java.lang.String errorsDetails)Log validation error (business error) -
Uses of VitamException in fr.gouv.vitam.functional.administration.core.profile
Methods in fr.gouv.vitam.functional.administration.core.profile that throw VitamException Modifier and Type Method Description RequestResponse<ProfileModel>ProfileService. createProfiles(java.util.List<ProfileModel> profileModelList)Create a collections of profile After passing the validation steps.RequestResponse<ProfileModel>ProfileServiceImpl. createProfiles(java.util.List<ProfileModel> profileModelList)RequestResponse<ProfileModel>ProfileService. importProfileFile(java.lang.String profileIdentifier, java.io.InputStream profileFile)1.RequestResponse<ProfileModel>ProfileServiceImpl. importProfileFile(java.lang.String profileIdentifier, java.io.InputStream profileFile)voidProfileManager. logFatalError(java.lang.String eventType, java.lang.String objectId, java.lang.String errorsDetails)log fatal error (system or technical error)voidProfileManager. logStarted(java.lang.String eventType, java.lang.String objectId)log start processvoidProfileManager. logSuccess(java.lang.String eventType, java.lang.String objectId, java.lang.String message)log end success processvoidProfileManager. logValidationError(java.lang.String eventType, java.lang.String objectId, java.lang.String errorsDetails, java.lang.String eventTypeKO)Log validation error (business error)RequestResponse<ProfileModel>ProfileService. updateProfile(ProfileModel profileModel, com.fasterxml.jackson.databind.JsonNode jsonDsl)Update profileRequestResponse<ProfileModel>ProfileService. updateProfile(java.lang.String identifier, com.fasterxml.jackson.databind.JsonNode jsonDsl)Update profiles after passing validation steps : Field modified : - ActivationDate - DesactivationDate - LastUpdate - StatusRequestResponse<ProfileModel>ProfileServiceImpl. updateProfile(ProfileModel profileModel, com.fasterxml.jackson.databind.JsonNode jsonDsl)RequestResponse<ProfileModel>ProfileServiceImpl. updateProfile(java.lang.String identifier, com.fasterxml.jackson.databind.JsonNode jsonDsl) -
Uses of VitamException in fr.gouv.vitam.functional.administration.core.security.profile
Methods in fr.gouv.vitam.functional.administration.core.security.profile that throw VitamException Modifier and Type Method Description RequestResponse<SecurityProfileModel>SecurityProfileService. createSecurityProfiles(java.util.List<SecurityProfileModel> securityProfileList)RequestResponse<SecurityProfileModel>SecurityProfileService. deleteSecurityProfile(java.lang.String securityProfileId)RequestResponse<SecurityProfileModel>SecurityProfileService. updateSecurityProfile(java.lang.String identifier, com.fasterxml.jackson.databind.JsonNode queryDsl) -
Uses of VitamException in fr.gouv.vitam.functionaltest.cucumber.step
Methods in fr.gouv.vitam.functionaltest.cucumber.step that throw VitamException Modifier and Type Method Description voidBulkAtomicUpdateStep. bulkAtomicUpdate()protected voidCommonStep. checkOperationStatus(java.lang.String operationId, StatusCode... statuses)voidAuditStep. evidenceAudit()voidDipStep. exportDip()voidDipStep. exportDIP()voidDipStep. exportDipBySedaVersion(java.lang.String sedaVersion)voidAccessStep. linked_check_traceability()voidAuditStep. rectificationAudit(java.lang.String id)voidMassUpdateStep. rulesUpdate()voidMassUpdateStep. rulesUpdateRaw()voidTransferStep. transfer()voidTransferStep. transfer_reply()voidMassUpdateStep. unitUpdate()voidRevertUpdateStep. unitUpdate()voidIngestStep. upload_this_plan()call vitam to upload the planvoidIngestStep. upload_this_sip()call vitam to upload the SIPvoidTransferStep. upload_this_sip_transfer()voidIngestStep. upload_this_tree()call vitam to upload the tree -
Uses of VitamException in fr.gouv.vitam.ihmdemo.common.pagination
Methods in fr.gouv.vitam.ihmdemo.common.pagination that throw VitamException Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNodePaginationHelper. getResult(com.fasterxml.jackson.databind.JsonNode result, OffsetBasedPagination pagination)com.fasterxml.jackson.databind.JsonNodePaginationHelper. getResult(java.lang.String sessionId, OffsetBasedPagination pagination)voidPaginationHelper. setResult(java.lang.String sessionId, com.fasterxml.jackson.databind.JsonNode result)Constructors in fr.gouv.vitam.ihmdemo.common.pagination that throw VitamException Constructor Description OffsetBasedPagination(javax.servlet.http.HttpServletRequest request) -
Uses of VitamException in fr.gouv.vitam.ihmdemo.core
Methods in fr.gouv.vitam.ihmdemo.core that throw VitamException Modifier and Type Method Description static com.fasterxml.jackson.databind.node.ObjectNodeJsonTransformer. buildAllParentsRef(java.lang.String unitId, com.fasterxml.jackson.databind.JsonNode allParents)This method builds an ObjectNode based on a list of JsonNode objectstatic java.io.ByteArrayOutputStreamJsonTransformer. buildLogbookStatCsvFile(com.fasterxml.jackson.databind.JsonNode logbookOperation)Generates execution time by step relative to a logbook operation -
Uses of VitamException in fr.gouv.vitam.ingest.external.api.exception
Subclasses of VitamException in fr.gouv.vitam.ingest.external.api.exception Modifier and Type Class Description classIngestExternalClientExceptionMain Ingest Client ExceptionclassIngestExternalClientNotFoundExceptionclassIngestExternalClientServerExceptionException indicating the resource server has an internal error.classIngestExternalExceptionIngestExternalException ingest error -
Uses of VitamException in fr.gouv.vitam.ingest.external.common.exception
Subclasses of VitamException in fr.gouv.vitam.ingest.external.common.exception Modifier and Type Class Description classJavaExecuteScriptExceptionIngestInternalException ingest error -
Uses of VitamException in fr.gouv.vitam.ingest.internal.client
Methods in fr.gouv.vitam.ingest.internal.client that throw VitamException Modifier and Type Method Description voidIngestInternalClient. initWorkflow(WorkFlow workFlow)initWorkflow : init workFlow ProcessvoidIngestInternalClient. upload(java.io.InputStream inputStream, javax.ws.rs.core.MediaType archiveType, WorkFlow workflow, java.lang.String action)Upload compressed SIP as streamvoidIngestInternalClient. uploadInitialLogbook(java.lang.Iterable<LogbookOperationParameters> logbookParametersList)Create only Logbook -
Uses of VitamException in fr.gouv.vitam.ingest.internal.common.exception
Subclasses of VitamException in fr.gouv.vitam.ingest.internal.common.exception Modifier and Type Class Description classIllegalZipFileNameExceptionThrown when there is an illegal file or folder name in the zipclassIngestInternalClientConflictExceptionclassIngestInternalClientExceptionMain Ingest Client ExceptionclassIngestInternalClientNotFoundExceptionException indicating a resource requested by a client was not found on the server.classIngestInternalClientServerExceptionException indicating a resource requested by a client has an error on the server.classIngestInternalExceptionIngestInternal ExceptionclassIngestInternalServerUnavailableClientException -
Uses of VitamException in fr.gouv.vitam.logbook.administration.core
Methods in fr.gouv.vitam.logbook.administration.core that throw VitamException Modifier and Type Method Description LifecycleTraceabilityStatusLogbookLFCAdministration. checkLifecycleTraceabilityStatus(java.lang.String operationId)Check lifecycle traceability statusbooleanLogbookLFCAdministration. generateSecureLogbookLFC(GUID traceabilityOperationGUID, LfcTraceabilityType lfcTraceabilityType)Secure the logbook Lifecycles since last securisation by launching a workflow. -
Uses of VitamException in fr.gouv.vitam.logbook.administration.core.api
Methods in fr.gouv.vitam.logbook.administration.core.api that throw VitamException Modifier and Type Method Description LogbookCheckResultLogbookCheckConsistencyService. logbookCoherenceCheckByTenant(java.lang.Integer tenant)Logbook coherence check by tenant. -
Uses of VitamException in fr.gouv.vitam.logbook.administration.core.impl
Methods in fr.gouv.vitam.logbook.administration.core.impl that throw VitamException Modifier and Type Method Description LogbookCheckResultLogbookCheckConsistencyServiceImpl. logbookCoherenceCheckByTenant(java.lang.Integer tenant)Logbook consistency check by tenant. -
Uses of VitamException in fr.gouv.vitam.logbook.common.exception
Subclasses of VitamException in fr.gouv.vitam.logbook.common.exception Modifier and Type Class Description classLogbookClientAlreadyExistsExceptionException is thrown when the object to be created already existsclassLogbookClientBadRequestExceptionException indicating a resource given as parameter is malformed.classLogbookClientExceptionMain Logbook Client ExceptionclassLogbookClientNotFoundExceptionException indicating a resource requested by a client was not found on the server.classLogbookClientServerExceptionException indicating the Logbook server has an internal error.classTraceabilityExceptionexception when the traceability task failed -
Uses of VitamException in fr.gouv.vitam.logbook.common.server.database.collections
Constructors in fr.gouv.vitam.logbook.common.server.database.collections that throw VitamException Constructor Description LogbookElasticsearchAccess(java.lang.String clusterName, java.util.List<ElasticsearchNode> nodes, ElasticsearchLogbookIndexManager indexManager) -
Uses of VitamException in fr.gouv.vitam.logbook.common.server.exception
Subclasses of VitamException in fr.gouv.vitam.logbook.common.server.exception Modifier and Type Class Description classLogbookAlreadyExistsExceptionException is thrown when the object to be created already existsclassLogbookDatabaseExceptionException indicating an error with datadaseclassLogbookExceptionMain Logbook ExceptionclassLogbookExecutionExceptionException indicating an error while executing a request on database index.classLogbookNotFoundExceptionException indicating a resource requested by a client was not found on the server. -
Uses of VitamException in fr.gouv.vitam.logbook.operations.api
Methods in fr.gouv.vitam.logbook.operations.api that throw VitamException Modifier and Type Method Description LogbookOperationLogbookOperations. findLastLifecycleTraceabilityOperation(java.lang.String eventType, boolean traceabilityWithZipOnly)Find last OK or WARNING LFC traceability operation (even if no traceability zip has been generated) -
Uses of VitamException in fr.gouv.vitam.logbook.operations.core
Methods in fr.gouv.vitam.logbook.operations.core that throw VitamException Modifier and Type Method Description LogbookOperationAlertLogbookOperationsDecorator. findLastLifecycleTraceabilityOperation(java.lang.String eventType, boolean traceabilityWithZipOnly)LogbookOperationLogbookOperationsDecorator. findLastLifecycleTraceabilityOperation(java.lang.String eventType, boolean traceabilityWithZipOnly)LogbookOperationLogbookOperationsImpl. findLastLifecycleTraceabilityOperation(java.lang.String eventType, boolean traceabilityWithZipOnly) -
Uses of VitamException in fr.gouv.vitam.metadata.api.exception
Subclasses of VitamException 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 errorclassMetaDataExceptionMetaDataException the father of all metadata exceptionclassMetaDataExecutionExceptionMetaDataExecutionException database errorclassMetadataInvalidSelectExceptionMetaData Invalid Select Exception: will be thrown for invalid requestclassMetadataInvalidUpdateExceptionMetadataInvalidUpdateException update failed in update operation in metatadaclassMetaDataNotFoundExceptionMetaDataNotFoundException document not found errorclassMetadataScrollLimitExceededExceptionclassMetadataScrollThresholdExceededException -
Uses of VitamException in fr.gouv.vitam.metadata.core.database.collections
Constructors in fr.gouv.vitam.metadata.core.database.collections that throw VitamException Constructor Description ElasticsearchAccessMetadata(java.lang.String clusterName, java.util.List<ElasticsearchNode> nodes, ElasticsearchMetadataIndexManager indexManager) -
Uses of VitamException in fr.gouv.vitam.metadata.core.graph
Subclasses of VitamException in fr.gouv.vitam.metadata.core.graph Modifier and Type Class Description classStoreGraphExceptionException used for StoreGraphService -
Uses of VitamException in fr.gouv.vitam.metadata.core.reconstruction
Subclasses of VitamException in fr.gouv.vitam.metadata.core.reconstruction Modifier and Type Class Description classReconstructionExceptionException used for Reconstruction service -
Uses of VitamException in fr.gouv.vitam.processing.common.async
Subclasses of VitamException in fr.gouv.vitam.processing.common.async Modifier and Type Class Description classProcessingRetryAsyncException -
Uses of VitamException in fr.gouv.vitam.processing.common.exception
Subclasses of VitamException in fr.gouv.vitam.processing.common.exception Modifier and Type Class Description classArchiveUnitContainDataObjectExceptionDefine a Archive Unit Contain Data Object Exception to be thrown when an error occurred, not a fatal error This kind of exception occurs when an archive unit references a Binary Data Object instead of a Data Object GroupclassHandlerNotFoundExceptionHandlerNotFoundException thrown by worker when pool handler does not contain key of action handlerclassInvocationPluginExceptionPluginNotFoundException thrown by worker when plugin is not installedclassMetaDataContainSpecialCharactersExceptionDefine a Processing Exception to be thrown when an archive unit contains a special characterclassMissingFieldExceptionDefine Missig field Exception, will be thrown when mandatory field is missingclassMissingMandatoryVersionExceptionDefine a Processing Exception to be thrown when an error occurred, not a fatal errorclassPluginExceptionException is the superclass of all VITAM plugin exceptions.classPluginNotFoundExceptionPluginNotFoundException thrown by worker when plugin is not installedclassProcessingAttachmentRequiredExceptionclassProcessingAttachmentUnauthorizedExceptionclassProcessingBadRequestExceptionDefine a Processing Exception to be thrown when an error occurred, not a fatal errorclassProcessingDuplicatedVersionExceptionDefine a Processing Exception to be thrown when an error occurred, not a fatal errorclassProcessingEngineExceptionException handled by the ProcessEngine.classProcessingExceptionException is the superclass of all VITAM processing exceptions.classProcessingInternalServerExceptionDefine a Processing Exception to be thrown when a fatal error occurredclassProcessingMalformedDataExceptionDefine a Processing Exception to be thrown when there is a line break or spaces where should not beclassProcessingManifestReferenceExceptionDefine a Processing Exception to be thrown when an error with reference occurred in the manifest, not a fatal errorclassProcessingNotFoundExceptionDefine a Processing Exception to be thrown when an error occurred, not a fatal errorclassProcessingNotValidLinkingExceptionDefine a Processing Exception to be thrown when an error occurred, not a fatal errorclassProcessingObjectGroupEveryDataObjectVersionExceptionDefine a Processing Exception to be thrown when an error with everyDataObjectVersion is false when object group is attached to an existing objectGroup , not a fatal errorclassProcessingObjectGroupLifeCycleExceptionclassProcessingObjectGroupLinkingExceptionDefine a Processing Exception to be thrown when an error occurred, not a fatal errorclassProcessingObjectGroupMasterMandatoryExceptionDefine a Processing Exception to be thrown when an error with master is not present in the manifest, not a fatal errorclassProcessingObjectReferenceExceptionclassProcessingStorageWorkspaceExceptionProcessingStorageWorkspaceException thrown by ProcessDataManagement when an error occurs on workspace actionsclassProcessingTooManyUnitsFoundExceptionDefine a Processing Exception to be thrown when an error occurred, not a fatal errorclassProcessingUnitLinkingExceptionDefine a Processing Exception to be thrown when an error occurred, not a fatal errorclassProcessWorkflowNotFoundExceptionProcessWorkflowNotFoundException manage workflow not found ExceptionclassStepAlreadyExecutedExceptionStepAlreadyExecutedException manage steps already executed ExceptionclassWorkerFamilyNotFoundExceptionWorker Family not found exception throws by engineclassWorkerNotFoundExceptionWorker not found exception throws by engine -
Uses of VitamException in fr.gouv.vitam.security.internal.common.exception
Subclasses of VitamException in fr.gouv.vitam.security.internal.common.exception Modifier and Type Class Description classIdentityNotFoundExceptionclassInternalSecurityExceptionclassPersonalCertificateExceptionPersonal certificate exception -
Uses of VitamException in fr.gouv.vitam.storage.engine.client.exception
Subclasses of VitamException in fr.gouv.vitam.storage.engine.client.exception Modifier and Type Class Description classStorageAlreadyExistsClientExceptionStorage already exists Client ExceptionclassStorageClientExceptionMain Storage Client ExceptionclassStorageIllegalOperationClientExceptionStorage Illegal Operation Client ExceptionclassStorageNotFoundClientExceptionStorage NotFound Client ExceptionclassStorageServerClientExceptionException indicating the Storage server has an internal error.classStorageUnavailableDataFromAsyncOfferClientExceptionStorage Client Exception thrown when access to data from async offer requires valid access request -
Uses of VitamException in fr.gouv.vitam.storage.engine.common.exception
Subclasses of VitamException in fr.gouv.vitam.storage.engine.common.exception Modifier and Type Class Description classStorageAlreadyExistsExceptionDefine a Storage Exception to be thrown when something already exists and it should notclassStorageDriverMapperExceptionDefine a Storage Exception to be thrown when something wrong with the driver mapper (updating driver / offer associations)classStorageDriverNotFoundExceptionDefine a Storage Exception to be thrown when the driver manager does not find a required driver (from an offer)classStorageExceptionMain Storage ExceptionsclassStorageIllegalOperationExceptionclassStorageInconsistentStateExceptionclassStorageNotFoundExceptionDefine a Storage Exception to be thrown when something is not foundclassStorageTechnicalExceptionException thrown when any unwilling technical exception occursclassStorageUnavailableDataFromAsyncOfferExceptionDefine a Storage Exception to be thrown when access to data from async offer is not acceptable -
Uses of VitamException in fr.gouv.vitam.storage.engine.common.utils
Subclasses of VitamException in fr.gouv.vitam.storage.engine.common.utils Modifier and Type Class Description classStorageStrategyNotFoundExceptionclassStorageStrategyReferentOfferException -
Uses of VitamException in fr.gouv.vitam.storage.engine.server.accesslogger
Subclasses of VitamException in fr.gouv.vitam.storage.engine.server.accesslogger Modifier and Type Class Description classStorageAccessLogException -
Uses of VitamException in fr.gouv.vitam.storage.engine.server.exception
Subclasses of VitamException in fr.gouv.vitam.storage.engine.server.exception Modifier and Type Class Description classVitamSyncExceptionVitam Synchronization exception. -
Uses of VitamException in fr.gouv.vitam.storage.engine.server.storagelog
Subclasses of VitamException in fr.gouv.vitam.storage.engine.server.storagelog Modifier and Type Class Description classStorageLogExceptionexception when the backup task failed -
Uses of VitamException in fr.gouv.vitam.storage.offers.core
Subclasses of VitamException in fr.gouv.vitam.storage.offers.core Modifier and Type Class Description classNonUpdatableContentAddressableStorageExceptionThrown when updating an existing non updatable object. -
Uses of VitamException in fr.gouv.vitam.worker.client.exception
Subclasses of VitamException in fr.gouv.vitam.worker.client.exception Modifier and Type Class Description classWorkerClientExceptionMain Worker Client ExceptionclassWorkerNotFoundClientExceptionWorker NotFound Client ExceptionclassWorkerServerClientExceptionException indicating the Worker server has an internal error. -
Uses of VitamException in fr.gouv.vitam.worker.core.exception
Subclasses of VitamException in fr.gouv.vitam.worker.core.exception Modifier and Type Class Description classInvalidRuleExceptionInvalid Rule Exception when compute rulesclassWorkerspaceQueueException -
Uses of VitamException in fr.gouv.vitam.worker.core.plugin
Methods in fr.gouv.vitam.worker.core.plugin that throw VitamException Modifier and Type Method Description protected com.fasterxml.jackson.databind.JsonNodeStoreMetadataObjectActionHandler. getRawLogbookLifeCycleById(java.lang.String idDocument, DataCategory dataCategory, LogbookLifeCyclesClient logbookClient)retrieve the Raw LFC for the metadata document (Unit or Got)protected com.fasterxml.jackson.databind.JsonNodeStoreMetadataObjectActionHandler. selectMetadataDocumentRawById(java.lang.String idDocument, DataCategory dataCategory, MetaDataClient metaDataClient)selectMetadataDocumentById, Retrieve Metadata Document from DBvoidStoreMetaDataObjectGroupActionPlugin. storeDocumentsWithLfc(WorkerParameters params, HandlerIO handlerIO, java.util.List<java.lang.String> objectGroupIds)voidStoreMetaDataUnitActionPlugin. storeDocumentsWithLfc(WorkerParameters params, HandlerIO handlerIO, java.util.List<java.lang.String> unitIds) -
Uses of VitamException in fr.gouv.vitam.worker.core.plugin.audit.exception
Subclasses of VitamException in fr.gouv.vitam.worker.core.plugin.audit.exception Modifier and Type Class Description classAuditExceptionAuditException -
Uses of VitamException in fr.gouv.vitam.worker.core.plugin.computeinheritedrules.exception
Subclasses of VitamException in fr.gouv.vitam.worker.core.plugin.computeinheritedrules.exception Modifier and Type Class Description classComputedInheritedRulesExceptionComputedInheritedRulesException -
Uses of VitamException in fr.gouv.vitam.worker.core.plugin.evidence.exception
Subclasses of VitamException in fr.gouv.vitam.worker.core.plugin.evidence.exception Modifier and Type Class Description classDataRectificationExceptionDataRectificationException classclassEvidenceAuditExceptionEvidenceAuditException class -
Uses of VitamException in fr.gouv.vitam.worker.core.plugin.massprocessing.management
Methods in fr.gouv.vitam.worker.core.plugin.massprocessing.management that throw VitamException Modifier and Type Method Description protected voidMassUpdateUnitsRulesProcess. saveUnitWithLfc(MetaDataClient mdClient, LogbookLifeCyclesClient lfcClient, StorageClient storageClient, HandlerIO handler, WorkerParameters params, java.lang.String guid, java.lang.String fileName)Store Unit with LFC by storing UNIT+LFC in workspace then storing in offers. -
Uses of VitamException in fr.gouv.vitam.worker.core.utils
Methods in fr.gouv.vitam.worker.core.utils that throw VitamException Modifier and Type Method Description static java.io.InputStreamPluginHelper. createUnitsByGotFile(MetaDataClient metaDataClient, DeleteGotVersionsRequest deleteGotVersionsRequest, HandlerIO handler) -
Uses of VitamException in fr.gouv.vitam.workspace.api.exception
Subclasses of VitamException in fr.gouv.vitam.workspace.api.exception Modifier and Type Class Description classContentAddressableStorageAlreadyExistExceptionThrown when creating a resource (Container, Folder) that already exists.classContentAddressableStorageBadRequestExceptionclassContentAddressableStorageCompressedFileExceptionThrown when there is an error on a Compressed file (format, etc).classContentAddressableStorageDatabaseExceptionThrown when the workspace client server is unavailableclassContentAddressableStorageExceptionTop level Exception for all Workspace ExceptionsclassContentAddressableStorageNotAcceptableExceptionclassContentAddressableStorageNotFoundExceptionThrown when a resource (Container, Folder) cannot be located.classContentAddressableStorageServerExceptionThrown when the workspace client server is unavailableclassContentAddressableStorageUnavailableDataFromAsyncOfferExceptionclassContentAddressableStorageZipExceptionThrown when there is an error on a zip file resource (format, etc).classWorkspaceClientServerExceptionThrown when there is an error on a zip file resource (format, etc).classZipFilesNameNotAllowedExceptionThrown when there is an not allowed file or folder name in the zip
-