org.apache.hadoop.hbase.protobuf.generated
Interface ErrorHandlingProtos.ForeignExceptionMessageOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ErrorHandlingProtos.ForeignExceptionMessage, ErrorHandlingProtos.ForeignExceptionMessage.Builder
Enclosing class:
ErrorHandlingProtos

public static interface ErrorHandlingProtos.ForeignExceptionMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 ErrorHandlingProtos.GenericExceptionMessage getGenericException()
          optional .GenericExceptionMessage generic_exception = 2;
 ErrorHandlingProtos.GenericExceptionMessageOrBuilder getGenericExceptionOrBuilder()
          optional .GenericExceptionMessage generic_exception = 2;
 String getSource()
          optional string source = 1;
 com.google.protobuf.ByteString getSourceBytes()
          optional string source = 1;
 boolean hasGenericException()
          optional .GenericExceptionMessage generic_exception = 2;
 boolean hasSource()
          optional string source = 1;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasSource

boolean hasSource()
optional string source = 1;


getSource

String getSource()
optional string source = 1;


getSourceBytes

com.google.protobuf.ByteString getSourceBytes()
optional string source = 1;


hasGenericException

boolean hasGenericException()
optional .GenericExceptionMessage generic_exception = 2;


getGenericException

ErrorHandlingProtos.GenericExceptionMessage getGenericException()
optional .GenericExceptionMessage generic_exception = 2;


getGenericExceptionOrBuilder

ErrorHandlingProtos.GenericExceptionMessageOrBuilder getGenericExceptionOrBuilder()
optional .GenericExceptionMessage generic_exception = 2;



Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.