Share via


AmqpSessionWindowViolationException Class

public class AmqpSessionWindowViolationException extends ProtocolException

This exception is thrown when a amqp:session:window-violation 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:window-violation"

Constructor Details

AmqpSessionWindowViolationException

public AmqpSessionWindowViolationException()

AmqpSessionWindowViolationException

public AmqpSessionWindowViolationException(String message)

Parameters:

message

AmqpSessionWindowViolationException

public AmqpSessionWindowViolationException(String message, Throwable cause)

Parameters:

message
cause

AmqpSessionWindowViolationException

public AmqpSessionWindowViolationException(Throwable cause)

Parameters:

cause

Applies to