AmqpIllegalStateException Class
- java.
lang. Object - Exception
- TransportException
- ProtocolException
- com.
microsoft. azure. sdk. iot. device. transport. amqps. exceptions. AmqpIllegalStateException
- com.
public class AmqpIllegalStateException extends ProtocolException
This exception is thrown when a amqp:illegal-state error is encountered over an AMQP connection
Field Summary
Modifier and Type | Field and Description |
---|---|
final String | errorCode |
Constructor Summary
Constructor | Description | |
---|---|---|
AmqpIllegalStateException() | ||
AmqpIllegalStateException(String message) | ||
AmqpIllegalStateException(String message, Throwable cause) | ||
AmqpIllegalStateException(Throwable cause) |
Inherited Members
Field Details
errorCode
public static final String errorCode= "amqp:illegal-state"
Constructor Details
AmqpIllegalStateException
public AmqpIllegalStateException()
AmqpIllegalStateException
public AmqpIllegalStateException(String message)
Parameters:
AmqpIllegalStateException
public AmqpIllegalStateException(String message, Throwable cause)
Parameters:
AmqpIllegalStateException
public AmqpIllegalStateException(Throwable cause)
Parameters: