Share via


AmqpNotImplementedException Class

public class AmqpNotImplementedException extends ProtocolException

This exception is thrown when a amqp:not-implemented error is encountered over an AMQP connection

For additional details, see this link

Inherited Members

Field Details

errorCode

public static final String errorCode= "amqp:not-implemented"

Constructor Details

AmqpNotImplementedException

public AmqpNotImplementedException()

AmqpNotImplementedException

public AmqpNotImplementedException(String message)

Parameters:

message

AmqpNotImplementedException

public AmqpNotImplementedException(String message, Throwable cause)

Parameters:

message
cause

AmqpNotImplementedException

public AmqpNotImplementedException(Throwable cause)

Parameters:

cause

Applies to