
com.github.wasiqb.coteafs.config.error.DefaultConfigNotCreatedError Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of configs Show documentation
Show all versions of configs Show documentation
YAML based config file parser.
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