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

Field Summary

Modifier and Type Field and Description
final String errorCode

Constructor Summary

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

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