Class CycleException
- 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.CycleException
-
- All Implemented Interfaces:
Serializable
public class CycleException extends WiringException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CycleException(Wiring.Component component, Wiring.Component downstream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessage()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CycleException
public CycleException(Wiring.Component component, Wiring.Component downstream)
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessage
in classThrowable
-
-