Searched refs:ServiceException (Results 1 – 8 of 8) sorted by relevance
38 public class ServiceException extends Exception { class41 public ServiceException(final String message) { in ServiceException() method in ServiceException45 public ServiceException(final Throwable cause) { in ServiceException() method in ServiceException49 public ServiceException(final String message, final Throwable cause) { in ServiceException() method in ServiceException
50 throws ServiceException; in callBlockingMethod()
66 class ServiceException(Exception): class69 class ServiceRequestNotTranslatable(ServiceException):72 class BadServiceRequest(ServiceException):75 class ServiceMethodNotFound(ServiceException):
49 throw ServiceException(); in RequestStream()53 class ServiceException final : public std::exception { class in grpc::testing::ExceptingServiceImpl55 ServiceException() {} in ServiceException() function in grpc::testing::ExceptingServiceImpl::ServiceException
199 public void testNewReflectiveBlockingService() throws ServiceException { in testNewReflectiveBlockingService()
197 public void testNewReflectiveBlockingService() throws ServiceException { in testNewReflectiveBlockingService()
333 java/core/src/main/java/com/google/protobuf/ServiceException.java \