AmqpConnectionForcedException Class

public class AmqpConnectionForcedException extends ProtocolException

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

Inherited Members

Field Details

errorCode

public static final String errorCode= "amqp:connection:forced"

Constructor Details

AmqpConnectionForcedException

public AmqpConnectionForcedException()

AmqpConnectionForcedException

public AmqpConnectionForcedException(String message)

Parameters:

message

AmqpConnectionForcedException

public AmqpConnectionForcedException(String message, Throwable cause)

Parameters:

message
cause

AmqpConnectionForcedException

public AmqpConnectionForcedException(Throwable cause)

Parameters:

cause

Applies to