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

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

package com.fastchar.exception;

import com.fastchar.core.FastRequestLog;

public class FastSqlException extends RuntimeException {
    public FastSqlException(String message) {
        super(message);
    }

    public FastSqlException(Throwable cause) {
        super(cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy