Home
last modified time | relevance | path

Searched refs:ServiceException (Results 1 – 7 of 7) sorted by relevance

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DServiceException.java38 public class ServiceException extends Exception { class
41 public ServiceException(final String message) { in ServiceException() method in ServiceException
45 public ServiceException(final Throwable cause) { in ServiceException() method in ServiceException
49 public ServiceException(final String message, final Throwable cause) { in ServiceException() method in ServiceException
DBlockingRpcChannel.java50 throws ServiceException; in callBlockingMethod()
DBlockingService.java50 throws ServiceException; in callBlockingMethod()
/third_party/grpc/test/cpp/end2end/
Dexception_test.cc49 throw ServiceException(); in RequestStream()
53 class ServiceException final : public std::exception { class in grpc::testing::ExceptingServiceImpl
55 ServiceException() {} in ServiceException() function in grpc::testing::ExceptingServiceImpl::ServiceException
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DServiceTest.java197 public void testNewReflectiveBlockingService() throws ServiceException { in testNewReflectiveBlockingService()
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DServiceTest.java199 public void testNewReflectiveBlockingService() throws ServiceException { in testNewReflectiveBlockingService()
/third_party/protobuf/
DMakefile.am381 java/core/src/main/java/com/google/protobuf/ServiceException.java \