Class GraphQLClientException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.smallrye.graphql.client.GraphQLClientException
All Implemented Interfaces:
Serializable

public class GraphQLClientException extends RuntimeException
Represents a response that contained application-level errors and thus can't be turned into a domain object. Thrown by the typesafe client upon an invocation. This does NOT represent a response that can't be properly parsed, only a response that contains application-level errors.
See Also: