Uses of Class
fr.gouv.vitam.logbook.common.server.exception.LogbookException
-
Packages that use LogbookException Package Description fr.gouv.vitam.logbook.common.server.database.collections Provides Logbook collection classesfr.gouv.vitam.logbook.common.server.exception 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 LogbookException Modifier and Type Method Description LogbookElasticsearchAccess
LogbookElasticsearchAccessFactory. create(LogbookConfiguration configuration, ElasticsearchLogbookIndexManager indexManager)
Creation of one ElasticsearchAccessorg.elasticsearch.action.search.SearchResponse
LogbookElasticsearchAccess. search(LogbookCollections collection, java.lang.Integer tenantId, org.elasticsearch.index.query.QueryBuilder query, org.elasticsearch.index.query.QueryBuilder filter, java.util.List<org.elasticsearch.search.sort.SortBuilder<?>> sorts, int offset, int limit)
Search entries in the ElasticSearch index.org.elasticsearch.action.search.SearchResponse
LogbookElasticsearchAccess. searchCrossIndices(LogbookCollections collection, java.lang.Integer tenantId, org.elasticsearch.index.query.QueryBuilder query, org.elasticsearch.index.query.QueryBuilder filter, java.util.List<org.elasticsearch.search.sort.SortBuilder<?>> 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.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
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.
-