Class GraphQLRequestExecutionUncheckedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.graphql_java_generator.exception.GraphQLRequestExecutionUncheckedException
All Implemented Interfaces:
GraphQLRequestExecutionExceptionInterface, Serializable

public class GraphQLRequestExecutionUncheckedException extends RuntimeException implements GraphQLRequestExecutionExceptionInterface
This class is the unchecked exception version of the GraphQLRequestExecutionException. It is used in reactive implementation to propagate an exception that would occur during the request execution, typically an (or more) error returned by the server.
Author:
etienne-sf
See Also: