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 com.fastchar.core.FastRequestLog;
import org.xml.sax.SAXException;

public class FastDatabaseException extends SAXException {
    public FastDatabaseException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy