java.lang.Object | |||||
↳ | java.lang.Throwable | ||||
↳ | java.lang.Exception | ||||
↳ | java.lang.RuntimeException | ||||
↳ | java.lang.IllegalStateException | ||||
↳ | io.reactivex.exceptions.ProtocolViolationException |
Explicitly named exception to indicate a Reactive-Streams protocol violation.
History: 2.0.6 - experimental
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ProtocolViolationException(String message)
Creates an instance with the given message.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Creates an instance with the given message.
message | the message |
---|