public final class QueueOverflowException extends RuntimeException
Subscriber.onNext(Object) was called concurrently from multiple threads
without synchronization. Rarely, it is an indication of bugs inside an operator.| Constructor and Description |
|---|
QueueOverflowException()
Constructs a QueueOverflowException with the default message.
|
QueueOverflowException(String message)
Constructs a QueueOverflowException with the given message but no cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic QueueOverflowException()
public QueueOverflowException(String message)
message - the error message