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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConcreteImplementationNotFoundException()ConcreteImplementationNotFoundException(String string)ConcreteImplementationNotFoundException(String string, Throwable thrwbl)ConcreteImplementationNotFoundException(String string, Throwable thrwbl, boolean bln, boolean bln1)ConcreteImplementationNotFoundException(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 Detail
-
ConcreteImplementationNotFoundException
public ConcreteImplementationNotFoundException()
-
ConcreteImplementationNotFoundException
public ConcreteImplementationNotFoundException(String string)
-
ConcreteImplementationNotFoundException
public ConcreteImplementationNotFoundException(String string, Throwable thrwbl)
-
ConcreteImplementationNotFoundException
public ConcreteImplementationNotFoundException(Throwable thrwbl)
-
-