Class GraphQLException

java.lang.Object
java.lang.Throwable
java.lang.Exception
se.liu.ida.hefquin.engine.wrappers.graphql.GraphQLException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
GraphQLConnectionException

public class GraphQLException extends Exception
See Also:
  • Constructor Details

    • GraphQLException

      public GraphQLException(String message, Throwable cause)
    • GraphQLException

      public GraphQLException(String message)
    • GraphQLException

      public GraphQLException(Throwable cause)