![JAR search and dependency download from the Maven repository](/logo.png)
graphql.kickstart.servlet.InvocationInputParseException Maven / Gradle / Ivy
package graphql.kickstart.servlet;
public class InvocationInputParseException extends RuntimeException {
public InvocationInputParseException(Throwable t) {
super("Request parsing failed", t);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy