All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.fastchar.exception.FastDatabaseException Maven / Gradle / Ivy

package com.fastchar.exception;

import org.xml.sax.SAXException;

public class FastDatabaseException extends SAXException {
    private static final long serialVersionUID = 8179607995601141455L;

    public FastDatabaseException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy