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

Field Summary

Modifier and Type Field and Description
final String errorCode

Constructor Summary

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

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