Package io.smallrye.reactive.messaging
Class WeavingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.smallrye.reactive.messaging.WeavingException
-
- All Implemented Interfaces:
Serializable
public class WeavingException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WeavingException(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
-
-