Class NoStackTraceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.smallrye.reactive.messaging.providers.helpers.NoStackTraceException
- All Implemented Interfaces:
Serializable
An exception that does not capture the stack trace.
Useful to nack messages without having to have to capture the stack trace.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoStackTraceException
-
-
Method Details
-
fillInStackTrace
- Overrides:
fillInStackTracein classThrowable
-