Project

General

Profile

1
package eu.dnetlib.repo.manager.domain;
2

    
3

    
4
/**
5
 * Created by stefanos on 27-Oct-16.
6
 */
7
public class BrokerException extends Exception {
8

    
9
    public BrokerException(Throwable th) {
10
        super(th);
11
    }
12

    
13
    public BrokerException() {
14
    }
15

    
16

    
17
}
(3-3/32)