Share via


AmqpLinkMessageSizeExceededException Class

public class AmqpLinkMessageSizeExceededException extends ProtocolException

This exception is thrown when a amqp:link:message-size-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:link:message-size-exceeded"

Constructor Details

AmqpLinkMessageSizeExceededException

public AmqpLinkMessageSizeExceededException()

AmqpLinkMessageSizeExceededException

public AmqpLinkMessageSizeExceededException(String message)

Parameters:

message

AmqpLinkMessageSizeExceededException

public AmqpLinkMessageSizeExceededException(String message, Throwable cause)

Parameters:

message
cause

AmqpLinkMessageSizeExceededException

public AmqpLinkMessageSizeExceededException(Throwable cause)

Parameters:

cause

Applies to