Serialized Form
- 
Package org.springframework.graphql.client
- 
Exception Class org.springframework.graphql.client.FieldAccessException
class FieldAccessException extends GraphQlClientException implements Serializable- 
Serialized Fields
- 
field
ClientResponseField field
 - 
response
ClientGraphQlResponse response
 
 - 
 
 - 
 - 
Exception Class org.springframework.graphql.client.GraphQlClientException
class GraphQlClientException extends NestedRuntimeException implements Serializable- 
Serialized Fields
- 
request
GraphQlRequest request
 
 - 
 
 - 
 - 
Exception Class org.springframework.graphql.client.GraphQlTransportException
class GraphQlTransportException extends GraphQlClientException implements Serializable - 
Exception Class org.springframework.graphql.client.SubscriptionErrorException
class SubscriptionErrorException extends GraphQlTransportException implements Serializable- 
Serialized Fields
- 
errors
List<ResponseError> errors
 
 - 
 
 - 
 - 
Exception Class org.springframework.graphql.client.WebSocketDisconnectedException
class WebSocketDisconnectedException extends GraphQlTransportException implements Serializable- 
Serialized Fields
- 
closeStatus
CloseStatus closeStatus
 
 - 
 
 - 
 
 - 
 - 
Package org.springframework.graphql.data.federation
- 
Exception Class org.springframework.graphql.data.federation.RepresentationException
class RepresentationException extends RuntimeException implements Serializable- 
Serialized Fields
- 
errorType
ErrorType errorType
 - 
handlerMethod
HandlerMethod handlerMethod
 - 
representation
Map<String,
Object> representation  
 - 
 
 - 
 - 
Exception Class org.springframework.graphql.data.federation.RepresentationNotResolvedException
class RepresentationNotResolvedException extends RepresentationException implements Serializable 
 - 
 - 
Package org.springframework.graphql.execution
- 
Exception Class org.springframework.graphql.execution.MissingSchemaException
class MissingSchemaException extends NestedRuntimeException implements Serializable - 
Exception Class org.springframework.graphql.execution.SubscriptionPublisherException
class SubscriptionPublisherException extends NestedRuntimeException implements Serializable- 
Serialized Fields
- 
errors
List<graphql.GraphQLError> errors
 
 - 
 
 - 
 
 -