Class GraphQLInternalErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.graphql_java_generator.exception.GraphQLRequestPreparationException
com.graphql_java_generator.exception.GraphQLInternalErrorException
- All Implemented Interfaces:
Serializable
Deprecated.
Thrown when an internal error of the GraphQL generator occurs
- Author:
- etienne-sf
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.GraphQLInternalErrorException(String msg, Throwable cause) Deprecated. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GraphQLInternalErrorException
Deprecated. -
GraphQLInternalErrorException
Deprecated.
-