AmqpNotFoundException Class

public class AmqpNotFoundException extends ProtocolException

This exception is thrown when a amqp:not-found error is encountered over an AMQP connection

For additional details, see this link

Field Summary

Modifier and Type Field and Description
final String errorCode

Constructor Summary

Constructor Description
AmqpNotFoundException()
AmqpNotFoundException(String message)
AmqpNotFoundException(String message, Throwable cause)
AmqpNotFoundException(Throwable cause)

Inherited Members

Field Details

errorCode

public static final String errorCode= "amqp:not-found"

Constructor Details

AmqpNotFoundException

public AmqpNotFoundException()

AmqpNotFoundException

public AmqpNotFoundException(String message)

Parameters:

message

AmqpNotFoundException

public AmqpNotFoundException(String message, Throwable cause)

Parameters:

message
cause

AmqpNotFoundException

public AmqpNotFoundException(Throwable cause)

Parameters:

cause

Applies to