Share via


AmqpResourceDeletedException Class

public class AmqpResourceDeletedException extends ProtocolException

This exception is thrown when a amqp:resource-deleted error is encountered over an AMQP connection

For additional details, see this link

Inherited Members

Field Details

errorCode

public static final String errorCode= "amqp:resource-deleted"

Constructor Details

AmqpResourceDeletedException

public AmqpResourceDeletedException()

AmqpResourceDeletedException

public AmqpResourceDeletedException(String message)

Parameters:

message

AmqpResourceDeletedException

public AmqpResourceDeletedException(String message, Throwable cause)

Parameters:

message
cause

AmqpResourceDeletedException

public AmqpResourceDeletedException(Throwable cause)

Parameters:

cause

Applies to