Home
last modified time | relevance | path

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

/external/protobuf/java/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
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/awslambda/
Dexceptions.py37 class ServiceException(BotoServerError): class
/external/autotest/frontend/afe/json_rpc/
DserviceHandler.py67 class ServiceException(Exception): class
/external/chromium-trace/catapult/third_party/gsutil/gslib/
Dcloud_api.py553 class ServiceException(Exception): class