de.eldoria.eldoutilities.config.exceptions.ConfigurationException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jackson-configuration Show documentation
Show all versions of jackson-configuration Show documentation
Configuration file wrapper for the jackson-bukkit framework
The newest version!
/*
* SPDX-License-Identifier: LGPL-3.0-or-later
*
* Copyright (C) EldoriaRPG Team and Contributor
*/
package de.eldoria.eldoutilities.config.exceptions;
public class ConfigurationException extends RuntimeException {
public ConfigurationException(String message, Throwable cause) {
super(message, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy