Uses of Class
org.springframework.graphql.client.GraphQlClientException
Packages that use GraphQlClientException
-
Uses of GraphQlClientException in org.springframework.graphql.client
Subclasses of GraphQlClientException in org.springframework.graphql.clientModifier and TypeClassDescriptionclass
class
Exception raised by aGraphQlTransport
or used to wrap an exception from aGraphQlTransport
implementation.class
WebSocketGraphQlTransportException
raised when a subscription ends with an"error"
message.class
WebSocket relatedGraphQlTransportException
raised when the connection is closed while a request or subscription is in progress.