Share via


AmqpIllegalStateException Class

public class AmqpIllegalStateException extends ProtocolException

This exception is thrown when a amqp:illegal-state error is encountered over an AMQP connection

For additional details, see this link

Inherited Members

Field Details

errorCode

public static final String errorCode= "amqp:illegal-state"

Constructor Details

AmqpIllegalStateException

public AmqpIllegalStateException()

AmqpIllegalStateException

public AmqpIllegalStateException(String message)

Parameters:

message

AmqpIllegalStateException

public AmqpIllegalStateException(String message, Throwable cause)

Parameters:

message
cause

AmqpIllegalStateException

public AmqpIllegalStateException(Throwable cause)

Parameters:

cause

Applies to