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 throws ServiceException; in callBlockingMethod()
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
197 public void testNewReflectiveBlockingService() throws ServiceException { in testNewReflectiveBlockingService()
199 public void testNewReflectiveBlockingService() throws ServiceException { in testNewReflectiveBlockingService()
381 java/core/src/main/java/com/google/protobuf/ServiceException.java \