Share via


AmqpLinkDetachForcedException Class

public class AmqpLinkDetachForcedException extends ProtocolException

This exception is thrown when a amqp:link:detach-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:link:detach-forced"

Constructor Details

AmqpLinkDetachForcedException

public AmqpLinkDetachForcedException()

AmqpLinkDetachForcedException

public AmqpLinkDetachForcedException(String message)

Parameters:

message

AmqpLinkDetachForcedException

public AmqpLinkDetachForcedException(String message, Throwable cause)

Parameters:

message
cause

AmqpLinkDetachForcedException

public AmqpLinkDetachForcedException(Throwable cause)

Parameters:

cause

Applies to