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

com.fastchar.job.exceptions.FastJobException Maven / Gradle / Ivy

package com.fastchar.job.exceptions;

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

    public FastJobException(Throwable cause) {
        super(cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy