Exception | Description |
---|---|
AlreadyStartDeliveryException |
This is a Hedwig client side exception when the local client wants to
startDelivery using another message handler before stopping previous one.
|
InvalidSubscriberIdException |
This is a Hedwig client side exception when the local client wants to do
subscribe type of operations.
|
NoResponseHandlerException |
This is a Hedwig client side exception thrown when it can't get the response
handler from the channel pipeline responsible for a PubSubRequest.
|
ResubscribeException |
This is a Hedwig client side exception when the client failed to resubscribe
when topic moved or subscription is closed.
|
ServerRedirectLoopException |
This is a Hedwig client side exception when the PubSubRequest is being
redirected to a server where the request has already been sent to previously.
|
TooManyServerRedirectsException |
This is a Hedwig client side exception when there have been too many server
redirects during a publish/subscribe call.
|
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.