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

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

package com.fastchar.exception;

import com.fastchar.core.FastRequestLog;

public class FastFileException extends Exception {
    public FastFileException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy