AmqpSessionWindowViolationException Class
- java.
lang. Object - Exception
- TransportException
- ProtocolException
- com.
microsoft. azure. sdk. iot. device. transport. amqps. exceptions. AmqpSessionWindowViolationException
- com.
public class AmqpSessionWindowViolationException extends ProtocolException
This exception is thrown when a amqp:session:window-violation error is encountered over an AMQP connection
Field Summary
Modifier and Type | Field and Description |
---|---|
final String | errorCode |
Constructor Summary
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:
AmqpSessionWindowViolationException
public AmqpSessionWindowViolationException(String message, Throwable cause)
Parameters:
AmqpSessionWindowViolationException
public AmqpSessionWindowViolationException(Throwable cause)
Parameters: