Share via


AmqpResourceLimitExceededException Class

public class AmqpResourceLimitExceededException extends ProtocolException

This exception is thrown when a amqp:resource-limit-exceeded error is encountered over an AMQP connection

For additional details, see this link

Inherited Members

Field Details

errorCode

public static final String errorCode= "amqp:resource-limit-exceeded"

Constructor Details

AmqpResourceLimitExceededException

public AmqpResourceLimitExceededException()

AmqpResourceLimitExceededException

public AmqpResourceLimitExceededException(String message)

Parameters:

message

AmqpResourceLimitExceededException

public AmqpResourceLimitExceededException(String message, Throwable cause)

Parameters:

message
cause

AmqpResourceLimitExceededException

public AmqpResourceLimitExceededException(Throwable cause)

Parameters:

cause

Applies to