| Package | Description |
|---|---|
| org.apache.hedwig.exceptions | |
| org.apache.hedwig.util |
| Modifier and Type | Class and Description |
|---|---|
static class |
PubSubException.ClientAlreadySubscribedException |
static class |
PubSubException.ClientNotSubscribedException |
static class |
PubSubException.CompositeException |
static class |
PubSubException.CouldNotConnectException |
static class |
PubSubException.MalformedRequestException |
static class |
PubSubException.NoSuchTopicException |
static class |
PubSubException.ServerNotResponsibleForTopicException |
static class |
PubSubException.ServiceDownException |
static class |
PubSubException.TopicBusyException |
static class |
PubSubException.UncertainStateException |
static class |
PubSubException.UnexpectedConditionException |
| Modifier and Type | Method and Description |
|---|---|
static PubSubException |
PubSubException.create(PubSubProtocol.StatusCode code,
String msg) |
| Modifier and Type | Method and Description |
|---|---|
Collection<PubSubException> |
PubSubException.CompositeException.getExceptions() |
| Constructor and Description |
|---|
PubSubException.CompositeException(Collection<PubSubException> exceptions) |
| Modifier and Type | Method and Description |
|---|---|
void |
Callback.operationFailed(Object ctx,
PubSubException exception)
This method is called when the operation failed due to some reason.
|
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.