Home
last modified time | relevance | path

Searched defs:ServiceException (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DServiceException.java15 public class ServiceException extends Exception { class
18 public ServiceException(final String message) { in ServiceException() method in ServiceException
22 public ServiceException(final Throwable cause) { in ServiceException() method in ServiceException
26 public ServiceException(final String message, final Throwable cause) { in ServiceException() method in ServiceException
/third_party/grpc/test/cpp/end2end/
Dexception_test.cc52 class ServiceException final : public std::exception { class in grpc::testing::ExceptingServiceImpl
54 ServiceException() {} in ServiceException() function in grpc::testing::ExceptingServiceImpl::ServiceException