| 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Creates an instance with the given message.
| message | the message |
|---|