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);
}
}
package graphql.kickstart.servlet;
public class PartIOException extends RuntimeException {
public PartIOException(String message, Throwable cause) {
super(message, cause);
}
}