Module io.helidon.common.reactive
Package io.helidon.common.reactive
Class BackPressureOverflowException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.helidon.common.reactive.BackPressureOverflowException
-
- All Implemented Interfaces:
Serializable
public class BackPressureOverflowException extends Exception
Raised when back-pressure buffer overflows.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BackPressureOverflowException(int limit)Create newBackPressureOverflowException.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
BackPressureOverflowException
public BackPressureOverflowException(int limit)
Create newBackPressureOverflowException.- Parameters:
limit- Overflown limit
-
-