Uses of Class
com.clickhouse.client.grpc.impl.Exception.Builder
Packages that use Exception.Builder
-
Uses of Exception.Builder in com.clickhouse.client.grpc.impl
Methods in com.clickhouse.client.grpc.impl that return Exception.BuilderModifier and TypeMethodDescriptionException.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Exception.Builder.clear()Exception.Builder.clearCode()int32 code = 1;Exception.Builder.clearDisplayText()string display_text = 3;Exception.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Exception.Builder.clearName()string name = 2;Exception.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Exception.Builder.clearStackTrace()string stack_trace = 4;Exception.Builder.clone()Result.Builder.getExceptionBuilder()Set by the ClickHouse server if there was an exception thrown while executing.Exception.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Exception.Builder.mergeFrom(com.google.protobuf.Message other) final Exception.BuilderException.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Exception.BuilderException.newBuilder()static Exception.BuilderException.newBuilder(Exception prototype) Exception.newBuilderForType()protected Exception.BuilderException.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Exception.Builder.setCode(int value) int32 code = 1;Exception.Builder.setDisplayText(String value) string display_text = 3;Exception.Builder.setDisplayTextBytes(com.google.protobuf.ByteString value) string display_text = 3;string name = 2;Exception.Builder.setNameBytes(com.google.protobuf.ByteString value) string name = 2;Exception.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Exception.Builder.setStackTrace(String value) string stack_trace = 4;Exception.Builder.setStackTraceBytes(com.google.protobuf.ByteString value) string stack_trace = 4;final Exception.BuilderException.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Exception.toBuilder()Methods in com.clickhouse.client.grpc.impl with parameters of type Exception.BuilderModifier and TypeMethodDescriptionResult.Builder.setException(Exception.Builder builderForValue) Set by the ClickHouse server if there was an exception thrown while executing.