org.hbase.async.generated
Interface ErrorHandlingPB.ForeignExceptionMessageOrBuilder

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

public static interface ErrorHandlingPB.ForeignExceptionMessageOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder


Method Summary
 ErrorHandlingPB.GenericExceptionMessage getGenericException()
          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.MessageLiteOrBuilder
getDefaultInstanceForType, 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

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



Copyright © 2010-2015, The Async HBase Authors