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

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

package com.fastchar.exception;

import com.fastchar.core.FastRequestLog;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy