Pika specific exceptions
Raised when Channel.close is called while channel is already closing
DEPRECATED; pika.connection.Parameters.frame_max property setter now raises the standard ValueError exception when the value is out of bounds.
DEPRECATED; pika.connection.Parameters.frame_max property setter now raises the standard ValueError exception when the value is out of bounds.
This exception is raised when a message published in publisher-acknowledgements mode is Nack’ed by the broker.
Used by BlockingChannel.
The requested operation would result in unsupported recursion or reentrancy.
Used by BlockingConnection/BlockingChannel
Exception containing one or more unroutable messages returned by broker via Basic.Return.
Used by BlockingChannel.
In publisher-acknowledgements mode, this is raised upon receipt of Basic.Ack from broker; in the event of Basic.Nack from broker, NackError is raised instead
Deprecated version of UnsupportedAMQPFieldException