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

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

package com.fastchar.exception;

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy