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

graphql.kickstart.servlet.PartIOException Maven / Gradle / Ivy

package graphql.kickstart.servlet;

public class PartIOException extends RuntimeException {

  public PartIOException(String message, Throwable cause) {
    super(message, cause);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy