Class GraphQLInternalErrorException

All Implemented Interfaces:
Serializable

@Deprecated public class GraphQLInternalErrorException extends GraphQLRequestPreparationException
Deprecated.
Thrown when an internal error of the GraphQL generator occurs
Author:
etienne-sf
See Also:
  • Constructor Details

    • GraphQLInternalErrorException

      public GraphQLInternalErrorException(String msg)
      Deprecated.
    • GraphQLInternalErrorException

      public GraphQLInternalErrorException(String msg, Throwable cause)
      Deprecated.