public abstract class AmqpExceptions extends Object
| Constructor and Description |
|---|
AmqpExceptions() |
| Modifier and Type | Method and Description |
|---|---|
static IOException |
exchangeNotFound(com.rabbitmq.client.Channel ref,
String vhost,
String exchangeName) |
static IOException |
inequivalentExchangeRedeclare(com.rabbitmq.client.Channel ref,
String vhost,
String exchangeName,
String currentType,
String receivedType) |
static IOException |
queueNotFound(com.rabbitmq.client.Channel ref,
String vhost,
String queueName) |
public static IOException inequivalentExchangeRedeclare(com.rabbitmq.client.Channel ref, String vhost, String exchangeName, String currentType, String receivedType)
public static IOException exchangeNotFound(com.rabbitmq.client.Channel ref, String vhost, String exchangeName)
public static IOException queueNotFound(com.rabbitmq.client.Channel ref, String vhost, String queueName)
Copyright © 2022. All rights reserved.