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

public class QuietRuntimeException extends RuntimeException
RuntimeException with no stack trace for expected failures, to make logging not so noisy.
See Also:
  • Constructor Details

    • QuietRuntimeException

      public QuietRuntimeException()
    • QuietRuntimeException

      public QuietRuntimeException(String message)
    • QuietRuntimeException

      public QuietRuntimeException(String message, Throwable cause)
    • QuietRuntimeException

      public QuietRuntimeException(Throwable cause)