AmqpInternalErrorException Class

public class AmqpInternalErrorException extends ProtocolException

This exception is thrown when a amqp:internal-error 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
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:

message

AmqpInternalErrorException

public AmqpInternalErrorException(String message, Throwable cause)

Parameters:

message
cause

AmqpInternalErrorException

public AmqpInternalErrorException(Throwable cause)

Parameters:

cause

Applies to