All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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 - 2024 Weber Informatics LLC | Privacy Policy