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

Field Summary

Modifier and Type Field and Description
final String errorCode

Constructor Summary

Constructor Description
AmqpLinkDetachForcedException()
AmqpLinkDetachForcedException(String message)
AmqpLinkDetachForcedException(String message, Throwable cause)
AmqpLinkDetachForcedException(Throwable cause)

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