Share via


AmqpFrameSizeTooSmallException Class

public class AmqpFrameSizeTooSmallException extends ProtocolException

This exception is thrown when a amqp:frame-size-too-small error is encountered over an AMQP connection

For additional details, see this link

Inherited Members

Field Details

errorCode

public static final String errorCode= "amqp:frame-size-too-small"

Constructor Details

AmqpFrameSizeTooSmallException

public AmqpFrameSizeTooSmallException()

AmqpFrameSizeTooSmallException

public AmqpFrameSizeTooSmallException(String message)

Parameters:

message

AmqpFrameSizeTooSmallException

public AmqpFrameSizeTooSmallException(String message, Throwable cause)

Parameters:

message
cause

AmqpFrameSizeTooSmallException

public AmqpFrameSizeTooSmallException(Throwable cause)

Parameters:

cause

Applies to