Share via


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

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