public static interface ErrorHandlingPB.ForeignExceptionMessageOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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; |
boolean hasSource()
optional string source = 1;String getSource()
optional string source = 1;com.google.protobuf.ByteString getSourceBytes()
optional string source = 1;boolean hasGenericException()
optional .GenericExceptionMessage generic_exception = 2;ErrorHandlingPB.GenericExceptionMessage getGenericException()
optional .GenericExceptionMessage generic_exception = 2;Copyright © 2010-2017, The Async HBase Authors