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 boolean
VitamPoolingClient. wait(int tenantId, java.lang.String processId)
boolean
VitamPoolingClient. wait(int tenantId, java.lang.String processId, int nbTry, long timeout, java.util.concurrent.TimeUnit timeUnit)
boolean
VitamPoolingClient. wait(int tenantId, java.lang.String processId, ProcessState state)
boolean
VitamPoolingClient. 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 class
AdminExternalClientException
-
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 class
AccessExternalClientException
Main Access Client Exceptionclass
AccessExternalClientNotFoundException
Exception indicating a resource requested by a client was not found on the server.class
AccessExternalClientServerException
Exception indicating the Logbook server has an internal error.class
AccessExternalNotFoundException
AccessException access errorclass
LogbookExternalClientException
Main 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 class
AccessInternalClientException
Main Access Client Exceptionclass
AccessInternalClientIllegalOperationException
class
AccessInternalClientNotFoundException
Exception indicating a resource requested by a client was not found on the server.class
AccessInternalClientServerException
Exception indicating the Logbook server has an internal error.class
AccessInternalClientUnavailableDataFromAsyncOfferException
class
AccessInternalException
AccessException access errorclass
AccessInternalExecutionException
AccessExecutionException throw when the execution in access module has an errorclass
AccessInternalIllegalOperationException
class
AccessInternalRuleExecutionException
class
AccessInternalUnavailableDataFromAsyncOfferException
-
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 class
MissingAccessContractIdException
Exception 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 void
IhmRecetteClient. 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 class
CollectInternalException
Exception 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 class
CollectExternalClientException
Main 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.SSLContext
SSLConfiguration. 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 RequestToElasticsearch
RequestToElasticsearch. 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 class
ValidationException
Exception 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 class
AccessUnauthorizedException
Exception used when contract does not give access to the Vitamclass
ArchiveUnitOntologyValidationException
Exception to be thrown when archive unit contains fields declared in ontology with wrong usage (string instead of long, etc...)class
BadRequestException
BadRequestException : Bad Request Exceptionclass
ConflictClientException
class
CycleFoundException
Exception used in DFS when a cycle is foundclass
DatabaseException
Generic database exception throws by database servicesclass
DocumentAlreadyExistsException
class
ExpectationFailedClientException
class
ExportException
class
ForbiddenClientException
class
InternalServerException
InternalServerException : manage Internal Server Exceptionclass
InvalidGuidOperationException
Invalid GUID Exceptionclass
InvalidParseOperationException
Invalid parse operationclass
NotAcceptableClientException
class
NoWritingPermissionException
Exception when has no writing permissionclass
PreconditionFailedClientException
class
SchemaValidationException
Exception to be thrown when validation error occursclass
StateNotAllowedException
This 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 resumeclass
TimeStampException
TimeStamp exceptionclass
VitamApplicationServerDisconnectException
Exception when the client is disconnectedclass
VitamApplicationServerException
// * This exception must be used when an error occured while creating, configuring or starting aVitamServer
class
VitamClientAccessUnavailableDataFromAsyncOfferException
class
VitamClientException
Generic exception throws by any vitam java clientclass
VitamClientIllegalAccessRequestOperationOnSyncOfferException
class
VitamClientInternalException
Internal exception throws by any vitam java client when unknown issue occursclass
VitamDBException
Vitam 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.SSLContext
SSLConfiguration. 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 class
FileFormatNotFoundException
Define a File Format Exception to be thrown when the format identifier does not found the format of the fileclass
FileFormatRejectedException
Define a File Format Exception to be thrown when the file format is not in white list (rejected)class
FormatIdentifierBadRequestException
Define a File Format Exception to be thrown when the format identifier does not found the format of the fileclass
FormatIdentifierFactoryException
Define a Format Identifier Configuration Not Found Exception to be thrown when the format identifier configuration cannot be found.class
FormatIdentifierNotFoundException
Define a Format Identifier Implementation Not Found Exception to be thrown when the format identifier cannot be found.class
FormatIdentifierTechnicalException
Define 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 class
InvalidJsonSchemaException
Exception to be thrown when json schema loading failsclass
JsonSchemaValidationException
Exception 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 V
InterfaceLruCache. get(K key, java.util.concurrent.Callable<V> callback)
Tries to get element from cache.V
InterfaceLruCache. 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 void
ReferentialFile. 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 class
AccessionRegisterException
Accession Register Exceptionclass
AdminManagementClientBadRequestException
class
AdminManagementClientServerException
Accession Register Exceptionclass
AgencyImportDeletionException
AgencyImportDeletionException manage File Rules Exceptionclass
AuditVitamException
class
BackupServiceException
Define a BackupServiceException Exception to be thrown when something is not foundclass
DatabaseConflictException
DatabaseConflictException errorclass
FileFormatException
FileFormatException errorclass
FileFormatNotFoundException
Exception indicating that there is not file containing file format vitam.class
FileRulesCsvException
Exception throw when csv to import is not well format or is bad to parseclass
FileRulesDeleteException
Exception thrown when user want to be delete a unit linked to a fileRulesclass
FileRulesDurationException
Exception throw when rule duration is inferior than duration in configurationclass
FileRulesException
FileRulesException manage File Rules Exceptionclass
FileRulesIllegalDurationModeUpdateException
Exception thrown when duration mode update in illegal.class
FileRulesNotFoundException
Exception indicating that there is not file containing file format vitam.class
FileRulesReadException
class
FunctionalBackupServiceException
Exception for FunctionalBackupServiceclass
InvalidFileException
class
InvalidFileFormatParseException
Exception indicating the invalid file format XLM when parsing itclass
InvalidFileRulesParseException
Exception indicating the invalid file format XLM when parsing itclass
JsonNodeFormatCreationException
Exception when creating a json object node from invalid objectclass
OntologyInternalExternalConflictException
OntologyInternalExternalConflictException errorclass
ProfileNotFoundException
Exception indicating that there is not file containing file format vitam.class
ProfilePathFileNotFoundException
Exception indicating that there is no XSD or RNG path file in the given profile.class
ReferentialException
FileFormatException errorclass
ReferentialImportInProgressException
Exception thrown when a file rules import is already in progressclass
ReferentialNotFoundException
Exception 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)
void
ArchiveUnitProfileManager. logFatalError(java.lang.String eventType, java.lang.String objectId, java.lang.String errorsDetails)
log fatal error (system or technical error)void
ArchiveUnitProfileManager. logStarted(java.lang.String eventType, java.lang.String objectId)
log start processvoid
ArchiveUnitProfileManager. logSuccess(java.lang.String eventType, java.lang.String objectId, java.lang.String message)
log end success processvoid
ArchiveUnitProfileManager. 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 void
BackupLogbookManager. logError(GUID logbookOperationMasterId, java.lang.String eventType, java.lang.String errorsDetails)
log error (system or technical error)void
BackupLogbookManager. logEventSuccess(GUID logbookOperationMasterId, java.lang.String eventType, java.lang.String digestStr, java.lang.String fileName, java.lang.String objectIdentifier)
log end success processvoid
FunctionalBackupService. saveCollectionAndSequence(GUID eipMaster, java.lang.String eventCode, FunctionalAdminCollections collection, java.lang.String objectIdentifier)
void
FunctionalBackupService. 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)
void
ContractLogbookService. logFatalError(java.lang.String errorsDetails, java.lang.String eventType)
log fatal error (system or technical error)void
ContractLogbookService. logStarted()
log start processvoid
ContractLogbookService. logSuccess()
log end success processvoid
ContractLogbookService. logUpdateStarted(java.lang.String id)
log update start processvoid
ContractLogbookService. logUpdateSuccess(java.lang.String id, java.lang.String identifier, java.util.List<java.lang.String> listDiffs)
void
ContractLogbookService. 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 void
ReferentialFormatFileImpl. 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)
void
OntologyManager. logFatalError(java.lang.String eventType, java.lang.String objectId, java.lang.String errorsDetails)
log fatal error (system or technical error)void
OntologyManager. logStarted(java.lang.String eventType, java.lang.String objectId)
log start processvoid
OntologyManager. logSuccess(java.lang.String eventType, java.lang.String objectId, java.lang.String message)
log end success processvoid
OntologyManager. 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)
void
ProfileManager. logFatalError(java.lang.String eventType, java.lang.String objectId, java.lang.String errorsDetails)
log fatal error (system or technical error)void
ProfileManager. logStarted(java.lang.String eventType, java.lang.String objectId)
log start processvoid
ProfileManager. logSuccess(java.lang.String eventType, java.lang.String objectId, java.lang.String message)
log end success processvoid
ProfileManager. 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 void
BulkAtomicUpdateStep. bulkAtomicUpdate()
protected void
CommonStep. checkOperationStatus(java.lang.String operationId, StatusCode... statuses)
void
AuditStep. evidenceAudit()
void
DipStep. exportDip()
void
DipStep. exportDIP()
void
DipStep. exportDipBySedaVersion(java.lang.String sedaVersion)
void
AccessStep. linked_check_traceability()
void
AuditStep. rectificationAudit(java.lang.String id)
void
MassUpdateStep. rulesUpdate()
void
MassUpdateStep. rulesUpdateRaw()
void
TransferStep. transfer()
void
TransferStep. transfer_reply()
void
MassUpdateStep. unitUpdate()
void
RevertUpdateStep. unitUpdate()
void
IngestStep. upload_this_plan()
call vitam to upload the planvoid
IngestStep. upload_this_sip()
call vitam to upload the SIPvoid
TransferStep. upload_this_sip_transfer()
void
IngestStep. 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.JsonNode
PaginationHelper. getResult(com.fasterxml.jackson.databind.JsonNode result, OffsetBasedPagination pagination)
com.fasterxml.jackson.databind.JsonNode
PaginationHelper. getResult(java.lang.String sessionId, OffsetBasedPagination pagination)
void
PaginationHelper. 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.ObjectNode
JsonTransformer. 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.ByteArrayOutputStream
JsonTransformer. 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 class
IngestExternalClientException
Main Ingest Client Exceptionclass
IngestExternalClientNotFoundException
class
IngestExternalClientServerException
Exception indicating the resource server has an internal error.class
IngestExternalException
IngestExternalException 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 class
JavaExecuteScriptException
IngestInternalException 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 void
IngestInternalClient. initWorkflow(WorkFlow workFlow)
initWorkflow : init workFlow Processvoid
IngestInternalClient. upload(java.io.InputStream inputStream, javax.ws.rs.core.MediaType archiveType, WorkFlow workflow, java.lang.String action)
Upload compressed SIP as streamvoid
IngestInternalClient. 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 class
IllegalZipFileNameException
Thrown when there is an illegal file or folder name in the zipclass
IngestInternalClientConflictException
class
IngestInternalClientException
Main Ingest Client Exceptionclass
IngestInternalClientNotFoundException
Exception indicating a resource requested by a client was not found on the server.class
IngestInternalClientServerException
Exception indicating a resource requested by a client has an error on the server.class
IngestInternalException
IngestInternal Exceptionclass
IngestInternalServerUnavailableClientException
-
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 LifecycleTraceabilityStatus
LogbookLFCAdministration. checkLifecycleTraceabilityStatus(java.lang.String operationId)
Check lifecycle traceability statusboolean
LogbookLFCAdministration. 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 LogbookCheckResult
LogbookCheckConsistencyService. 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 LogbookCheckResult
LogbookCheckConsistencyServiceImpl. 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 class
LogbookClientAlreadyExistsException
Exception is thrown when the object to be created already existsclass
LogbookClientBadRequestException
Exception indicating a resource given as parameter is malformed.class
LogbookClientException
Main Logbook Client Exceptionclass
LogbookClientNotFoundException
Exception indicating a resource requested by a client was not found on the server.class
LogbookClientServerException
Exception indicating the Logbook server has an internal error.class
TraceabilityException
exception 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 class
LogbookAlreadyExistsException
Exception is thrown when the object to be created already existsclass
LogbookDatabaseException
Exception indicating an error with datadaseclass
LogbookException
Main Logbook Exceptionclass
LogbookExecutionException
Exception indicating an error while executing a request on database index.class
LogbookNotFoundException
Exception 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 LogbookOperation
LogbookOperations. 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 LogbookOperation
AlertLogbookOperationsDecorator. findLastLifecycleTraceabilityOperation(java.lang.String eventType, boolean traceabilityWithZipOnly)
LogbookOperation
LogbookOperationsDecorator. findLastLifecycleTraceabilityOperation(java.lang.String eventType, boolean traceabilityWithZipOnly)
LogbookOperation
LogbookOperationsImpl. 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 class
MetaDataAlreadyExistException
MetaDataAlreadyExistException duplicate errorclass
MetaDataClientServerException
Exception indicating the Metadata server has an internal errorclass
MetaDataDocumentSizeException
MetaDataDocumentSizeException max size exceeded errorclass
MetaDataException
MetaDataException the father of all metadata exceptionclass
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 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 class
StoreGraphException
Exception 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 class
ReconstructionException
Exception 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 class
ProcessingRetryAsyncException
-
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 class
ArchiveUnitContainDataObjectException
Define 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 Groupclass
HandlerNotFoundException
HandlerNotFoundException thrown by worker when pool handler does not contain key of action handlerclass
InvocationPluginException
PluginNotFoundException thrown by worker when plugin is not installedclass
MetaDataContainSpecialCharactersException
Define a Processing Exception to be thrown when an archive unit contains a special characterclass
MissingFieldException
Define Missig field Exception, will be thrown when mandatory field is missingclass
MissingMandatoryVersionException
Define a Processing Exception to be thrown when an error occurred, not a fatal errorclass
PluginException
Exception is the superclass of all VITAM plugin exceptions.class
PluginNotFoundException
PluginNotFoundException thrown by worker when plugin is not installedclass
ProcessingAttachmentRequiredException
class
ProcessingAttachmentUnauthorizedException
class
ProcessingBadRequestException
Define a Processing Exception to be thrown when an error occurred, not a fatal errorclass
ProcessingDuplicatedVersionException
Define a Processing Exception to be thrown when an error occurred, not a fatal errorclass
ProcessingEngineException
Exception handled by the ProcessEngine.class
ProcessingException
Exception is the superclass of all VITAM processing exceptions.class
ProcessingInternalServerException
Define a Processing Exception to be thrown when a fatal error occurredclass
ProcessingMalformedDataException
Define a Processing Exception to be thrown when there is a line break or spaces where should not beclass
ProcessingManifestReferenceException
Define a Processing Exception to be thrown when an error with reference occurred in the manifest, not a fatal errorclass
ProcessingNotFoundException
Define a Processing Exception to be thrown when an error occurred, not a fatal errorclass
ProcessingNotValidLinkingException
Define a Processing Exception to be thrown when an error occurred, not a fatal errorclass
ProcessingObjectGroupEveryDataObjectVersionException
Define 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 errorclass
ProcessingObjectGroupLifeCycleException
class
ProcessingObjectGroupLinkingException
Define a Processing Exception to be thrown when an error occurred, not a fatal errorclass
ProcessingObjectGroupMasterMandatoryException
Define a Processing Exception to be thrown when an error with master is not present in the manifest, not a fatal errorclass
ProcessingObjectReferenceException
class
ProcessingStorageWorkspaceException
ProcessingStorageWorkspaceException thrown by ProcessDataManagement when an error occurs on workspace actionsclass
ProcessingTooManyUnitsFoundException
Define a Processing Exception to be thrown when an error occurred, not a fatal errorclass
ProcessingUnitLinkingException
Define a Processing Exception to be thrown when an error occurred, not a fatal errorclass
ProcessWorkflowNotFoundException
ProcessWorkflowNotFoundException manage workflow not found Exceptionclass
StepAlreadyExecutedException
StepAlreadyExecutedException manage steps already executed Exceptionclass
WorkerFamilyNotFoundException
Worker Family not found exception throws by engineclass
WorkerNotFoundException
Worker 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 class
IdentityNotFoundException
class
InternalSecurityException
class
PersonalCertificateException
Personal 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 class
StorageAlreadyExistsClientException
Storage already exists Client Exceptionclass
StorageClientException
Main Storage Client Exceptionclass
StorageIllegalOperationClientException
Storage Illegal Operation Client Exceptionclass
StorageNotFoundClientException
Storage NotFound Client Exceptionclass
StorageServerClientException
Exception indicating the Storage server has an internal error.class
StorageUnavailableDataFromAsyncOfferClientException
Storage 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 class
StorageAlreadyExistsException
Define a Storage Exception to be thrown when something already exists and it should notclass
StorageDriverMapperException
Define a Storage Exception to be thrown when something wrong with the driver mapper (updating driver / offer associations)class
StorageDriverNotFoundException
Define a Storage Exception to be thrown when the driver manager does not find a required driver (from an offer)class
StorageException
Main Storage Exceptionsclass
StorageIllegalOperationException
class
StorageInconsistentStateException
class
StorageNotFoundException
Define a Storage Exception to be thrown when something is not foundclass
StorageTechnicalException
Exception thrown when any unwilling technical exception occursclass
StorageUnavailableDataFromAsyncOfferException
Define 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 class
StorageStrategyNotFoundException
class
StorageStrategyReferentOfferException
-
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 class
StorageAccessLogException
-
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 class
VitamSyncException
Vitam 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 class
StorageLogException
exception 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 class
NonUpdatableContentAddressableStorageException
Thrown 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 class
WorkerClientException
Main Worker Client Exceptionclass
WorkerNotFoundClientException
Worker NotFound Client Exceptionclass
WorkerServerClientException
Exception 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 class
InvalidRuleException
Invalid Rule Exception when compute rulesclass
WorkerspaceQueueException
-
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.JsonNode
StoreMetadataObjectActionHandler. 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.JsonNode
StoreMetadataObjectActionHandler. selectMetadataDocumentRawById(java.lang.String idDocument, DataCategory dataCategory, MetaDataClient metaDataClient)
selectMetadataDocumentById, Retrieve Metadata Document from DBvoid
StoreMetaDataObjectGroupActionPlugin. storeDocumentsWithLfc(WorkerParameters params, HandlerIO handlerIO, java.util.List<java.lang.String> objectGroupIds)
void
StoreMetaDataUnitActionPlugin. 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 class
AuditException
AuditException -
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 class
ComputedInheritedRulesException
ComputedInheritedRulesException -
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 class
DataRectificationException
DataRectificationException classclass
EvidenceAuditException
EvidenceAuditException 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 void
MassUpdateUnitsRulesProcess. 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.InputStream
PluginHelper. 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 class
ContentAddressableStorageAlreadyExistException
Thrown when creating a resource (Container, Folder) that already exists.class
ContentAddressableStorageBadRequestException
class
ContentAddressableStorageCompressedFileException
Thrown when there is an error on a Compressed file (format, etc).class
ContentAddressableStorageDatabaseException
Thrown when the workspace client server is unavailableclass
ContentAddressableStorageException
Top level Exception for all Workspace Exceptionsclass
ContentAddressableStorageNotAcceptableException
class
ContentAddressableStorageNotFoundException
Thrown when a resource (Container, Folder) cannot be located.class
ContentAddressableStorageServerException
Thrown when the workspace client server is unavailableclass
ContentAddressableStorageUnavailableDataFromAsyncOfferException
class
ContentAddressableStorageZipException
Thrown when there is an error on a zip file resource (format, etc).class
WorkspaceClientServerException
Thrown when there is an error on a zip file resource (format, etc).class
ZipFilesNameNotAllowedException
Thrown when there is an not allowed file or folder name in the zip
-