Uses of Class
fr.gouv.vitam.logbook.common.server.exception.LogbookException
Packages that use LogbookException
Package
Description
Provides Logbook collection classes
Provides Server Exception classes for the Logbook module
-
Uses of LogbookException in fr.gouv.vitam.logbook.common.server.database.collections
Methods in fr.gouv.vitam.logbook.common.server.database.collections that throw LogbookExceptionModifier and TypeMethodDescriptionLogbookElasticsearchAccessFactory.create
(LogbookConfiguration configuration, ElasticsearchLogbookIndexManager indexManager) Creation of one ElasticsearchAccessfinal co.elastic.clients.elasticsearch.core.search.ResponseBody<com.fasterxml.jackson.databind.node.ObjectNode>
LogbookElasticsearchAccess.search
(LogbookCollections collection, Integer tenantId, co.elastic.clients.elasticsearch._types.query_dsl.Query query, List<co.elastic.clients.elasticsearch._types.SortOptions> sorts, int offset, int limit) Search entries in the ElasticSearch index.final co.elastic.clients.elasticsearch.core.search.ResponseBody<com.fasterxml.jackson.databind.node.ObjectNode>
LogbookElasticsearchAccess.searchCrossIndices
(LogbookCollections collection, Integer tenantId, co.elastic.clients.elasticsearch._types.query_dsl.Query query, List<co.elastic.clients.elasticsearch._types.SortOptions> sorts, int offset, int limit) -
Uses of LogbookException in fr.gouv.vitam.logbook.common.server.exception
Subclasses of LogbookException in fr.gouv.vitam.logbook.common.server.exceptionModifier and TypeClassDescriptionclass
Exception is thrown when the object to be created already existsclass
Exception indicating an error with datadaseclass
Exception indicating an error while executing a request on database index.class
Exception indicating a resource requested by a client was not found on the server.