HomeSort by relevance Sort by last modified time
    Searched refs:ServiceException (Results 1 - 25 of 36) sorted by null

1 2

  /external/protobuf/java/src/main/java/com/google/protobuf/
ServiceException.java 38 public class ServiceException extends Exception {
41 public ServiceException(final String message) {
45 public ServiceException(final Throwable cause) {
49 public ServiceException(final String message, final Throwable cause) {
BlockingRpcChannel.java 50 Message responsePrototype) throws ServiceException;
BlockingService.java 48 * {@link ServiceException} if there is a failure, rather than passing the
53 Message request) throws ServiceException;
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/awslambda/
exceptions.py 37 class ServiceException(BotoServerError):
layer1.py 51 "ServiceException": exceptions.ServiceException,
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
cloud_api.py 61 ServiceException for errors interacting with cloud storage providers.
87 ServiceException for errors interacting with cloud storage providers.
111 ServiceException for errors interacting with cloud storage providers.
132 ServiceException for errors interacting with cloud storage providers.
150 ServiceException for errors interacting with cloud storage providers.
198 ServiceException for errors interacting with cloud storage providers.
220 ServiceException for errors interacting with cloud storage providers.
245 ServiceException for errors interacting with cloud storage providers.
291 ServiceException for errors interacting with cloud storage providers.
321 ServiceException for errors interacting with cloud storage providers
    [all...]
gcs_json_api.py 55 from gslib.cloud_api import ServiceException
    [all...]
__main__.py 58 from gslib.cloud_api import ServiceException
583 except ServiceException as e:
command.py 45 from gslib.cloud_api import ServiceException
687 except ServiceException as e:
751 except ServiceException, e:
    [all...]
boto_translation.py 62 from gslib.cloud_api import ServiceException
    [all...]
  /external/autotest/frontend/afe/json_rpc/
serviceHandler.py 67 class ServiceException(Exception):
70 class ServiceRequestNotTranslatable(ServiceException):
73 class BadServiceRequest(ServiceException):
76 class ServiceMethodNotFound(ServiceException):
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
mock_cloud_api.py 36 from gslib.cloud_api import ServiceException
129 raise ServiceException('Bucket %s already exists.' % bucket_name,
136 raise ServiceException('Bucket %s already exists.' % bucket_name,
test_copy_helper_funcs.py 24 from gslib.cloud_api import ServiceException
358 self.assertTrue(isinstance(translated_exc, ServiceException))
test_naming.py 40 from gslib.cloud_api import ServiceException
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
defacl.py 23 from gslib.cloud_api import ServiceException
256 @Retry(ServiceException, tries=3, timeout_secs=1)
rm.py 22 from gslib.cloud_api import ServiceException
283 except ServiceException, e:
acl.py 23 from gslib.cloud_api import ServiceException
399 @Retry(ServiceException, tries=3, timeout_secs=1)
perfdiag.py 44 from gslib.cloud_api import ServiceException
671 if isinstance(e, ServiceException):
    [all...]
  /external/protobuf/java/src/test/java/com/google/protobuf/
ServiceTest.java 198 public void testNewReflectiveBlockingService() throws ServiceException {
  /external/protobuf/
Makefile.am 108 java/src/main/java/com/google/protobuf/ServiceException.java \
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/2.5.0/
protobuf-java-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/2.6.1/
protobuf-java-2.6.1.jar 
  /prebuilts/tools/common/offline-m2/com/google/protobuf/protobuf-java/2.5.0/
protobuf-java-2.5.0.jar 
  /prebuilts/tools/common/offline-m2/com/google/protobuf/protobuf-java/2.6.1/
protobuf-java-2.6.1.jar 

Completed in 1738 milliseconds

1 2