Class AmqpResourceNotAvailableException

All Implemented Interfaces:
Serializable

public class AmqpResourceNotAvailableException extends AmqpException
The AmqpException thrown when some resource can't be accessed. For example when channelMax limit is reached and connect can't create a new channel at the moment.
Since:
1.7.7
Author:
Artem Bilan, Gary Russell
See Also:
  • Constructor Details

    • AmqpResourceNotAvailableException

      public AmqpResourceNotAvailableException(String message)
    • AmqpResourceNotAvailableException

      public AmqpResourceNotAvailableException(Throwable cause)
    • AmqpResourceNotAvailableException

      public AmqpResourceNotAvailableException(String message, Throwable cause)