Package | Description |
---|---|
org.apache.hedwig.exceptions | |
org.apache.hedwig.protocol |
Modifier and Type | Field and Description |
---|---|
protected PubSubProtocol.StatusCode |
PubSubException.code |
Modifier and Type | Method and Description |
---|---|
PubSubProtocol.StatusCode |
PubSubException.getCode() |
Modifier and Type | Method and Description |
---|---|
static PubSubException |
PubSubException.create(PubSubProtocol.StatusCode code,
String msg) |
Constructor and Description |
---|
PubSubException(PubSubProtocol.StatusCode code,
String msg) |
PubSubException(PubSubProtocol.StatusCode code,
String msg,
Throwable t) |
PubSubException(PubSubProtocol.StatusCode code,
Throwable t) |
Modifier and Type | Method and Description |
---|---|
PubSubProtocol.StatusCode |
PubSubProtocol.PubSubResponseOrBuilder.getStatusCode() |
PubSubProtocol.StatusCode |
PubSubProtocol.PubSubResponse.getStatusCode() |
PubSubProtocol.StatusCode |
PubSubProtocol.PubSubResponse.Builder.getStatusCode() |
static PubSubProtocol.StatusCode |
PubSubProtocol.StatusCode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static PubSubProtocol.StatusCode |
PubSubProtocol.StatusCode.valueOf(int value) |
static PubSubProtocol.StatusCode |
PubSubProtocol.StatusCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PubSubProtocol.StatusCode[] |
PubSubProtocol.StatusCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<PubSubProtocol.StatusCode> |
PubSubProtocol.StatusCode.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
PubSubProtocol.PubSubResponse.Builder |
PubSubProtocol.PubSubResponse.Builder.setStatusCode(PubSubProtocol.StatusCode value) |
Copyright © 2011-2014 The Apache Software Foundation. All Rights Reserved.