Class TestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.reactivestreams.tck.flow.support.TestException
- All Implemented Interfaces:
Serializable
Exception used by the TCK to signal failures.
May be thrown or signalled through
Subscriber.onError(Throwable)
.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TestException
public TestException()
-