Class SubscriberBufferOverflowException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.reactivestreams.tck.flow.support.SubscriberBufferOverflowException
All Implemented Interfaces:
Serializable

public final class SubscriberBufferOverflowException extends RuntimeException
See Also:
  • Constructor Details

    • SubscriberBufferOverflowException

      public SubscriberBufferOverflowException()
    • SubscriberBufferOverflowException

      public SubscriberBufferOverflowException(String message)
    • SubscriberBufferOverflowException

      public SubscriberBufferOverflowException(String message, Throwable cause)
    • SubscriberBufferOverflowException

      public SubscriberBufferOverflowException(Throwable cause)