com.infomaximum.cluster.graphql.exception.GraphQLExecutorDataFetcherException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cluster-graphql Show documentation
Show all versions of cluster-graphql Show documentation
Library for creating a light cluster
package com.infomaximum.cluster.graphql.exception;
public class GraphQLExecutorDataFetcherException extends GraphQLExecutorException {
public GraphQLExecutorDataFetcherException(Throwable cause) {
super(cause);
}
}