Class OpenGraphException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- javax.enterprise.inject.InjectionException
 - 
- javax.enterprise.inject.ResolutionException
 - 
- javax.enterprise.inject.UnsatisfiedResolutionException
 - 
- io.smallrye.reactive.messaging.providers.wiring.WiringException
 - 
- io.smallrye.reactive.messaging.providers.wiring.OpenGraphException
 
 
 
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class OpenGraphException extends WiringException
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description OpenGraphException(String message) 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static OpenGraphExceptionopenGraphException(Set<Wiring.Component> resolved, Set<io.smallrye.reactive.messaging.providers.wiring.Wiring.ConsumingComponent> unresolved)- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
OpenGraphException
public OpenGraphException(String message)
 
 - 
 
- 
Method Detail
- 
openGraphException
public static OpenGraphException openGraphException(Set<Wiring.Component> resolved, Set<io.smallrye.reactive.messaging.providers.wiring.Wiring.ConsumingComponent> unresolved)
 
 - 
 
 -