public static interface ErrorHandlingProtos.ForeignExceptionMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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; |
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;
ErrorHandlingProtos.GenericExceptionMessage getGenericException()
optional .GenericExceptionMessage generic_exception = 2;
ErrorHandlingProtos.GenericExceptionMessageOrBuilder getGenericExceptionOrBuilder()
optional .GenericExceptionMessage generic_exception = 2;
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.