public static final class RPCPB.ExceptionResponse extends com.google.protobuf.GeneratedMessageLite<RPCPB.ExceptionResponse,RPCPB.ExceptionResponse.Builder> implements RPCPB.ExceptionResponseOrBuilder
At the RPC layer, this message is used to carry the server side exception to the RPC client.Protobuf type
ExceptionResponse
Modifier and Type | Class and Description |
---|---|
static class |
RPCPB.ExceptionResponse.Builder
At the RPC layer, this message is used to carry
the server side exception to the RPC client.
|
com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type>, com.google.protobuf.GeneratedMessageLite.MergeFromVisitor, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm, com.google.protobuf.GeneratedMessageLite.Visitor
Modifier and Type | Field and Description |
---|---|
static int |
DO_NOT_RETRY_FIELD_NUMBER |
static int |
EXCEPTION_CLASS_NAME_FIELD_NUMBER |
static int |
HOSTNAME_FIELD_NUMBER |
static int |
PORT_FIELD_NUMBER |
static int |
STACK_TRACE_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
protected Object |
dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
Object arg0,
Object arg1) |
static RPCPB.ExceptionResponse |
getDefaultInstance() |
boolean |
getDoNotRetry()
Set if we are NOT to retry on receipt of this exception
|
String |
getExceptionClassName()
Class name of the exception thrown from the server
|
com.google.protobuf.ByteString |
getExceptionClassNameBytes()
Class name of the exception thrown from the server
|
String |
getHostname()
Optional hostname.
|
com.google.protobuf.ByteString |
getHostnameBytes()
Optional hostname.
|
int |
getPort()
optional int32 port = 4; |
int |
getSerializedSize() |
String |
getStackTrace()
Exception stack trace from the server side
|
com.google.protobuf.ByteString |
getStackTraceBytes()
Exception stack trace from the server side
|
boolean |
hasDoNotRetry()
Set if we are NOT to retry on receipt of this exception
|
boolean |
hasExceptionClassName()
Class name of the exception thrown from the server
|
boolean |
hasHostname()
Optional hostname.
|
boolean |
hasPort()
optional int32 port = 4; |
boolean |
hasStackTrace()
Exception stack trace from the server side
|
static RPCPB.ExceptionResponse.Builder |
newBuilder() |
static RPCPB.ExceptionResponse.Builder |
newBuilder(RPCPB.ExceptionResponse prototype) |
static RPCPB.ExceptionResponse |
parseDelimitedFrom(InputStream input) |
static RPCPB.ExceptionResponse |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RPCPB.ExceptionResponse |
parseFrom(byte[] data) |
static RPCPB.ExceptionResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RPCPB.ExceptionResponse |
parseFrom(com.google.protobuf.ByteString data) |
static RPCPB.ExceptionResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RPCPB.ExceptionResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static RPCPB.ExceptionResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RPCPB.ExceptionResponse |
parseFrom(InputStream input) |
static RPCPB.ExceptionResponse |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<RPCPB.ExceptionResponse> |
parser() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, hashCode, isInitialized, isInitialized, makeImmutable, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, toBuilder, toString
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
public static final int EXCEPTION_CLASS_NAME_FIELD_NUMBER
public static final int STACK_TRACE_FIELD_NUMBER
public static final int HOSTNAME_FIELD_NUMBER
public static final int PORT_FIELD_NUMBER
public static final int DO_NOT_RETRY_FIELD_NUMBER
public boolean hasExceptionClassName()
Class name of the exception thrown from the server
optional string exception_class_name = 1;
hasExceptionClassName
in interface RPCPB.ExceptionResponseOrBuilder
public String getExceptionClassName()
Class name of the exception thrown from the server
optional string exception_class_name = 1;
getExceptionClassName
in interface RPCPB.ExceptionResponseOrBuilder
public com.google.protobuf.ByteString getExceptionClassNameBytes()
Class name of the exception thrown from the server
optional string exception_class_name = 1;
getExceptionClassNameBytes
in interface RPCPB.ExceptionResponseOrBuilder
public boolean hasStackTrace()
Exception stack trace from the server side
optional string stack_trace = 2;
hasStackTrace
in interface RPCPB.ExceptionResponseOrBuilder
public String getStackTrace()
Exception stack trace from the server side
optional string stack_trace = 2;
getStackTrace
in interface RPCPB.ExceptionResponseOrBuilder
public com.google.protobuf.ByteString getStackTraceBytes()
Exception stack trace from the server side
optional string stack_trace = 2;
getStackTraceBytes
in interface RPCPB.ExceptionResponseOrBuilder
public boolean hasHostname()
Optional hostname. Filled in for some exceptions such as region moved where exception gives clue on where the region may have moved.
optional string hostname = 3;
hasHostname
in interface RPCPB.ExceptionResponseOrBuilder
public String getHostname()
Optional hostname. Filled in for some exceptions such as region moved where exception gives clue on where the region may have moved.
optional string hostname = 3;
getHostname
in interface RPCPB.ExceptionResponseOrBuilder
public com.google.protobuf.ByteString getHostnameBytes()
Optional hostname. Filled in for some exceptions such as region moved where exception gives clue on where the region may have moved.
optional string hostname = 3;
getHostnameBytes
in interface RPCPB.ExceptionResponseOrBuilder
public boolean hasPort()
optional int32 port = 4;
hasPort
in interface RPCPB.ExceptionResponseOrBuilder
public int getPort()
optional int32 port = 4;
getPort
in interface RPCPB.ExceptionResponseOrBuilder
public boolean hasDoNotRetry()
Set if we are NOT to retry on receipt of this exception
optional bool do_not_retry = 5;
hasDoNotRetry
in interface RPCPB.ExceptionResponseOrBuilder
public boolean getDoNotRetry()
Set if we are NOT to retry on receipt of this exception
optional bool do_not_retry = 5;
getDoNotRetry
in interface RPCPB.ExceptionResponseOrBuilder
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
public static RPCPB.ExceptionResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static RPCPB.ExceptionResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static RPCPB.ExceptionResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static RPCPB.ExceptionResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static RPCPB.ExceptionResponse parseFrom(InputStream input) throws IOException
IOException
public static RPCPB.ExceptionResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static RPCPB.ExceptionResponse parseDelimitedFrom(InputStream input) throws IOException
IOException
public static RPCPB.ExceptionResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static RPCPB.ExceptionResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static RPCPB.ExceptionResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static RPCPB.ExceptionResponse.Builder newBuilder()
public static RPCPB.ExceptionResponse.Builder newBuilder(RPCPB.ExceptionResponse prototype)
protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1)
dynamicMethod
in class com.google.protobuf.GeneratedMessageLite<RPCPB.ExceptionResponse,RPCPB.ExceptionResponse.Builder>
public static RPCPB.ExceptionResponse getDefaultInstance()
public static com.google.protobuf.Parser<RPCPB.ExceptionResponse> parser()
Copyright © 2010–2017 The Async HBase Authors. All rights reserved.