![JAR search and dependency download from the Maven repository](/logo.png)
apollo.exceptions.ApolloConfigException Maven / Gradle / Ivy
The newest version!
package apollo.exceptions;
/**
* @author Jason Song([email protected])
*/
public class ApolloConfigException extends RuntimeException {
public ApolloConfigException(String message) {
super(message);
}
public ApolloConfigException(String message, Throwable cause) {
super(message, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy