Class BackpressureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ru.pathcreator.pyc.rpc.core.exceptions.RpcException
ru.pathcreator.pyc.rpc.core.exceptions.BackpressureException
- All Implemented Interfaces:
Serializable
Исключение, которое сигнализирует, что сообщение не удалось отправить
из-за backpressure.
Exception indicating that a message could not be sent because of backpressure.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBackpressureException(String message) Создаёт исключение с описанием причины backpressure. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BackpressureException
Создаёт исключение с описанием причины backpressure.Creates an exception with a backpressure reason message.
- Parameters:
message- описание причины / reason message
-