AmqpSessionErrantLinkException Class

public class AmqpSessionErrantLinkException extends ProtocolException

This exception is thrown when a amqp:session:errant-link error is encountered over an AMQP connection

For additional details, see this link

Inherited Members

Field Details

errorCode

public static final String errorCode= "amqp:session:errant-link"

Constructor Details

AmqpSessionErrantLinkException

public AmqpSessionErrantLinkException()

AmqpSessionErrantLinkException

public AmqpSessionErrantLinkException(String message)

Parameters:

message

AmqpSessionErrantLinkException

public AmqpSessionErrantLinkException(String message, Throwable cause)

Parameters:

message
cause

AmqpSessionErrantLinkException

public AmqpSessionErrantLinkException(Throwable cause)

Parameters:

cause

Applies to