Home
last modified time | relevance | path

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

/external/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()
/external/autotest/frontend/afe/json_rpc/
DserviceHandler.py66 class ServiceException(Exception): class
69 class ServiceRequestNotTranslatable(ServiceException):
72 class BadServiceRequest(ServiceException):
75 class ServiceMethodNotFound(ServiceException):
/external/grpc-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
/external/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DServiceTest.java199 public void testNewReflectiveBlockingService() throws ServiceException { in testNewReflectiveBlockingService()
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DServiceTest.java197 public void testNewReflectiveBlockingService() throws ServiceException { in testNewReflectiveBlockingService()
/external/protobuf/
DMakefile.am333 java/core/src/main/java/com/google/protobuf/ServiceException.java \