Class ConcreteImplementationNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.smallrye.graphql.execution.resolver.ConcreteImplementationNotFoundException
All Implemented Interfaces:
Serializable

public class ConcreteImplementationNotFoundException extends RuntimeException
There is an interface with no concrete implementation
Author:
Phillip Kruger (phillip.kruger@redhat.com)
See Also:
  • Constructor Details

    • ConcreteImplementationNotFoundException

      public ConcreteImplementationNotFoundException()
    • ConcreteImplementationNotFoundException

      public ConcreteImplementationNotFoundException(String string)
    • ConcreteImplementationNotFoundException

      public ConcreteImplementationNotFoundException(String string, Throwable thrwbl)
    • ConcreteImplementationNotFoundException

      public ConcreteImplementationNotFoundException(Throwable thrwbl)
    • ConcreteImplementationNotFoundException

      public ConcreteImplementationNotFoundException(String string, Throwable thrwbl, boolean bln, boolean bln1)