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

com.github.wasiqb.coteafs.config.error.DefaultConfigNotCreatedError Maven / Gradle / Ivy

The newest version!
package com.github.wasiqb.coteafs.config.error;

/**
 * @author wasiq.bhamla
 * @since 22-Feb-2020
 */
public class DefaultConfigNotCreatedError extends CoteafsConfigsError {
    private static final long serialVersionUID = -4345658454636821690L;

    DefaultConfigNotCreatedError(final String message) {
        super(message);
    }

    DefaultConfigNotCreatedError(final String message, final Throwable cause) {
        super(message, cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy