Class GraphQLErrorsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- graphql.kickstart.spring.webclient.boot.GraphQLErrorsException
-
- All Implemented Interfaces:
java.io.Serializable
public class GraphQLErrorsException extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GraphQLErrorsException(@NonNull java.util.List<GraphQLError> errors)
-
-
-
Constructor Detail
-
GraphQLErrorsException
public GraphQLErrorsException(@NonNull @NonNull java.util.List<GraphQLError> errors)
-
-