Class QuietRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.microprofile.reactive.streams.operators.tck.spi.QuietRuntimeException
- All Implemented Interfaces:
Serializable
RuntimeException with no stack trace for expected failures, to make logging not so noisy.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionQuietRuntimeException(String message) QuietRuntimeException(String message, Throwable cause) QuietRuntimeException(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
-
QuietRuntimeException
public QuietRuntimeException() -
QuietRuntimeException
-
QuietRuntimeException
-
QuietRuntimeException
-