AmqpSessionUnattachedHandleException Class

public class AmqpSessionUnattachedHandleException extends ProtocolException

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

Inherited Members

Field Details

errorCode

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

Constructor Details

AmqpSessionUnattachedHandleException

public AmqpSessionUnattachedHandleException()

AmqpSessionUnattachedHandleException

public AmqpSessionUnattachedHandleException(String message)

Parameters:

message

AmqpSessionUnattachedHandleException

public AmqpSessionUnattachedHandleException(String message, Throwable cause)

Parameters:

message
cause

AmqpSessionUnattachedHandleException

public AmqpSessionUnattachedHandleException(Throwable cause)

Parameters:

cause

Applies to