Class NullOnSubscribeParameterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- hu.akarnokd.rxjava3.debug.validator.ProtocolNonConformanceException
-
- hu.akarnokd.rxjava3.debug.validator.NullOnSubscribeParameterException
-
- All Implemented Interfaces:
java.io.Serializable
public final class NullOnSubscribeParameterException extends ProtocolNonConformanceException
Indicates theonSubscribewas called with anullDisposableorSubscription.- Since:
- 0.17.4
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NullOnSubscribeParameterException()
-