Share via


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

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