AmqpConnectionFramingErrorException Class

public class AmqpConnectionFramingErrorException extends ProtocolException

This exception is thrown when a amqp:connection:framing-error 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
AmqpConnectionFramingErrorException()
AmqpConnectionFramingErrorException(String message)
AmqpConnectionFramingErrorException(String message, Throwable cause)
AmqpConnectionFramingErrorException(Throwable cause)

Inherited Members

Field Details

errorCode

public static final String errorCode= "amqp:connection:framing-error"

Constructor Details

AmqpConnectionFramingErrorException

public AmqpConnectionFramingErrorException()

AmqpConnectionFramingErrorException

public AmqpConnectionFramingErrorException(String message)

Parameters:

message

AmqpConnectionFramingErrorException

public AmqpConnectionFramingErrorException(String message, Throwable cause)

Parameters:

message
cause

AmqpConnectionFramingErrorException

public AmqpConnectionFramingErrorException(Throwable cause)

Parameters:

cause

Applies to