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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoStackTraceException(String msg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Throwable
fillInStackTrace()
-
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NoStackTraceException
public NoStackTraceException(String msg)
-
-
Method Detail
-
fillInStackTrace
public Throwable fillInStackTrace()
- Overrides:
fillInStackTrace
in classThrowable
-
-