Searched refs:ServiceException (Results 1 – 7 of 7) 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 Message responsePrototype) throws ServiceException; in callBlockingMethod()
53 Message request) 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
200 public void testNewReflectiveBlockingService() throws ServiceException { in testNewReflectiveBlockingService()
248 java/core/src/main/java/com/google/protobuf/ServiceException.java \