Project

General

Profile

Download (461 Bytes) Statistics
| Branch: | Revision:

git_sitools_idoc / sitools-idoc / hesiod / javaExt / src / fr / ias / sitools / vo / tap / TableAccessProtocolException.java @ 779bac69

1
/*
2
 * To change this license header, choose License Headers in Project Properties.
3
 * To change this template file, choose Tools | Templates
4
 * and open the template in the editor.
5
 */
6

    
7
package fr.ias.sitools.vo.tap;
8

    
9
import fr.cnes.sitools.common.exception.SitoolsException;
10

    
11
/**
12
 * @author marc
13
 */
14
public class TableAccessProtocolException extends SitoolsException {
15

    
16
    public TableAccessProtocolException(String message) {
17
        super(message);
18
    }
19
}