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 LogbookElasticsearchAccessLogbookElasticsearchAccessFactory. create(LogbookConfiguration configuration, ElasticsearchLogbookIndexManager indexManager)Creation of one ElasticsearchAccessorg.elasticsearch.action.search.SearchResponseLogbookElasticsearchAccess. 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.SearchResponseLogbookElasticsearchAccess. 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 classLogbookAlreadyExistsExceptionException is thrown when the object to be created already existsclassLogbookDatabaseExceptionException indicating an error with datadaseclassLogbookExecutionExceptionException indicating an error while executing a request on database index.classLogbookNotFoundExceptionException indicating a resource requested by a client was not found on the server.
-