public final class

ProtocolViolationException

extends IllegalStateException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ java.lang.IllegalStateException
           ↳ io.reactivex.exceptions.ProtocolViolationException

Class Overview

Explicitly named exception to indicate a Reactive-Streams protocol violation.

History: 2.0.6 - experimental

Summary

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

Public Constructors

public ProtocolViolationException (String message)

Creates an instance with the given message.

Parameters
message the message