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

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

package com.fastchar.exception;

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

    public FastOverrideException(Throwable throwable) {
        super(throwable);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy