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

Field Summary

Modifier and Type Field and Description
final String errorCode

Constructor Summary

Constructor Description
AmqpIllegalStateException()
AmqpIllegalStateException(String message)
AmqpIllegalStateException(String message, Throwable cause)
AmqpIllegalStateException(Throwable cause)

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