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()
           
 ErrorHandlingProtos.GenericExceptionMessageOrBuilder getGenericExceptionOrBuilder()
           
 String getSource()
           
 boolean hasGenericException()
           
 boolean hasSource()
           
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasSource

boolean hasSource()

getSource

String getSource()

hasGenericException

boolean hasGenericException()

getGenericException

ErrorHandlingProtos.GenericExceptionMessage getGenericException()

getGenericExceptionOrBuilder

ErrorHandlingProtos.GenericExceptionMessageOrBuilder getGenericExceptionOrBuilder()


Copyright © 2015 The Apache Software Foundation. All Rights Reserved.