AmqpSessionHandleInUseException Class

public class AmqpSessionHandleInUseException extends ProtocolException

This exception is thrown when a amqp:session:handle-in-use 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
AmqpSessionHandleInUseException()
AmqpSessionHandleInUseException(String message)
AmqpSessionHandleInUseException(String message, Throwable cause)
AmqpSessionHandleInUseException(Throwable cause)

Inherited Members

Field Details

errorCode

public static final String errorCode= "amqp:session:handle-in-use"

Constructor Details

AmqpSessionHandleInUseException

public AmqpSessionHandleInUseException()

AmqpSessionHandleInUseException

public AmqpSessionHandleInUseException(String message)

Parameters:

message

AmqpSessionHandleInUseException

public AmqpSessionHandleInUseException(String message, Throwable cause)

Parameters:

message
cause

AmqpSessionHandleInUseException

public AmqpSessionHandleInUseException(Throwable cause)

Parameters:

cause

Applies to