Package io.smallrye.graphql.execution
Class ExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.smallrye.graphql.execution.ExecutionException
- All Implemented Interfaces:
Serializable
Error while executing a request
- Author:
- Phillip Kruger (phillip.kruger@redhat.com)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExecutionException(String string) ExecutionException(String string, Throwable thrwbl) ExecutionException(String string, Throwable thrwbl, boolean bln, boolean bln1) ExecutionException(Throwable thrwbl) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExecutionException
public ExecutionException() -
ExecutionException
-
ExecutionException
-
ExecutionException
-
ExecutionException
-