AmqpLinkStolenException Class

public class AmqpLinkStolenException extends ProtocolException

This exception is thrown when a amqp:link:stolen 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
AmqpLinkStolenException()
AmqpLinkStolenException(String message)
AmqpLinkStolenException(String message, Throwable cause)
AmqpLinkStolenException(Throwable cause)

Inherited Members

Field Details

errorCode

public static final String errorCode= "amqp:link:stolen"

Constructor Details

AmqpLinkStolenException

public AmqpLinkStolenException()

AmqpLinkStolenException

public AmqpLinkStolenException(String message)

Parameters:

message

AmqpLinkStolenException

public AmqpLinkStolenException(String message, Throwable cause)

Parameters:

message
cause

AmqpLinkStolenException

public AmqpLinkStolenException(Throwable cause)

Parameters:

cause

Applies to