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