Class TestException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.reactivestreams.tck.flow.support.TestException
-
- All Implemented Interfaces:
java.io.Serializable
public final class TestException extends java.lang.RuntimeException
Exception used by the TCK to signal failures. May be thrown or signalled throughSubscriber.onError(Throwable)
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TestException()
-
-
-
Constructor Detail
-
TestException
public TestException()
-
-