Class GraphQLConnectionException

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

public class GraphQLConnectionException extends GraphQLException
See Also:
  • Constructor Details

    • GraphQLConnectionException

      public GraphQLConnectionException(String message, Throwable cause)
    • GraphQLConnectionException

      public GraphQLConnectionException(String message)
    • GraphQLConnectionException

      public GraphQLConnectionException(Throwable cause)