
org.testcontainers.containers.SolrClientUtilsException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of solr Show documentation
Show all versions of solr Show documentation
Isolated container management for Java code testing
package org.testcontainers.containers;
public class SolrClientUtilsException extends RuntimeException {
public SolrClientUtilsException(int statusCode, String msg) {
super("Http Call Status: " + statusCode + "\n" + msg);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy