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

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

There is a newer version: 2.2.2
Show newest version
package com.fastchar.exception;

public class FastEntityException extends Exception {
    private static final long serialVersionUID = -8159812676522894221L;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy