Class OnSubscribeNotCalledException
- 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.OnSubscribeNotCalledException
-
- All Implemented Interfaces:
java.io.Serializable
public final class OnSubscribeNotCalledException extends ProtocolNonConformanceException
TheonSubscribewas not called before callingonNext,onSuccess,onErrororonComplete.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OnSubscribeNotCalledException()OnSubscribeNotCalledException(java.lang.Throwable cause)
-