Class WeavingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.smallrye.reactive.messaging.providers.WeavingException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWeavingException(String message) WeavingException(String source, String method, int number) WeavingException(String source, Throwable cause) Used when a synchronous error is caught during the subscriptionWeavingException(List<String> sources, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WeavingException
-
WeavingException
Used when a synchronous error is caught during the subscription- Parameters:
source- the sourcecause- the cause
-
WeavingException
-
WeavingException
-