source: SRUAggregator/trunk/src/main/java/eu/clarin/sru/fcs/aggregator/search/ExportException.java @ 5718

Last change on this file since 5718 was 5718, checked in by emanuel.dima@uni-tuebingen.de, 10 years ago

Aggregator v2, initial commit

Major refactoring: removed ZK, split into a REST backend and a react+bootstrap-based javascript frontend

File size: 208 bytes
Line 
1package eu.clarin.sru.fcs.aggregator.search;
2
3/**
4 *
5 * @author edima
6 */
7public class ExportException extends Exception {
8
9        public ExportException(String message, Exception ex) {
10                super(message, ex);
11        }
12
13}
Note: See TracBrowser for help on using the repository browser.