AmqpNotAllowedException Class

public class AmqpNotAllowedException extends ProtocolException

This exception is thrown when a amqp:not-allowed 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
AmqpNotAllowedException()
AmqpNotAllowedException(String message)
AmqpNotAllowedException(String message, Throwable cause)
AmqpNotAllowedException(Throwable cause)

Inherited Members

Field Details

errorCode

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

Constructor Details

AmqpNotAllowedException

public AmqpNotAllowedException()

AmqpNotAllowedException

public AmqpNotAllowedException(String message)

Parameters:

message

AmqpNotAllowedException

public AmqpNotAllowedException(String message, Throwable cause)

Parameters:

message
cause

AmqpNotAllowedException

public AmqpNotAllowedException(Throwable cause)

Parameters:

cause

Applies to