Project

General

Profile

Download (616 Bytes) Statistics
| Branch: | Tag: | Revision:
1
/**
2
* Copyright (C) 2016 EDIT
3
* European Distributed Institute of Taxonomy
4
* http://www.e-taxonomy.eu
5
*
6
* The contents of this file are subject to the Mozilla Public License Version 1.1
7
* See LICENSE.TXT at the top of this package for the full license terms.
8
*/
9
package eu.etaxonomy.cdm.api.service.pager;
10

    
11
/**
12
 * @author a.mueller
13
 * @since 22.09.2016
14
 *
15
 */
16
public class PagerRangeException extends RuntimeException {
17

    
18
    private static final long serialVersionUID = 1626299671702704921L;
19

    
20
    /**
21
     * @param message
22
     */
23
    public PagerRangeException(String message) {
24
        super(message);
25
    }
26

    
27

    
28

    
29

    
30
}
(2-2/3)