Package io.reactivex.rxjava3.exceptions
Class ProtocolViolationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
io.reactivex.rxjava3.exceptions.ProtocolViolationException
- All Implemented Interfaces:
Serializable
Explicitly named exception to indicate a Reactive-Streams
protocol violation.
History: 2.0.6 - experimental; 2.1 - beta
- Since:
- 2.2
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionProtocolViolationException
(String message) Creates an instance with the given message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
ProtocolViolationException
Creates an instance with the given message.- Parameters:
message
- the message
-