Class NoStackTraceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.smallrye.reactive.messaging.providers.helpers.NoStackTraceException
All Implemented Interfaces:
Serializable

public class NoStackTraceException extends Exception
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 Details

    • NoStackTraceException

      public NoStackTraceException(String msg)
  • Method Details