Home
last modified time | relevance | path

Searched refs:ServiceException (Results 1 – 21 of 21) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/gslib/
Dcloud_api.py553 class ServiceException(Exception): class
578 class RetryableServiceException(ServiceException):
594 class ResumableUploadAbortException(ServiceException):
598 class AuthenticationException(ServiceException):
602 class PreconditionException(ServiceException):
606 class NotFoundException(ServiceException):
619 class NotEmptyException(ServiceException):
623 class BadRequestException(ServiceException):
631 class AccessDeniedException(ServiceException):
Dgcs_json_api.py55 from gslib.cloud_api import ServiceException
1328 return ServiceException(_VALIDATE_CERTIFICATES_503_MESSAGE,
1432 return ServiceException(
1438 return ServiceException(_VALIDATE_CERTIFICATES_503_MESSAGE,
1440 return ServiceException(message, status=e.status_code)
1442 return ServiceException('Transfer invalid (possible encoding error: %s)'
D__main__.py58 from gslib.cloud_api import ServiceException
583 except ServiceException as e:
Dcommand.py45 from gslib.cloud_api import ServiceException
687 except ServiceException as e:
751 except ServiceException, e:
Dboto_translation.py62 from gslib.cloud_api import ServiceException
1487 return ServiceException('Bucket already exists.', status=e.status,
1491 return ServiceException(e.message, status=e.status, body=e.body)
/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
DBlockingRpcChannel.java50 Message responsePrototype) throws ServiceException; in callBlockingMethod()
DBlockingService.java53 Message request) throws ServiceException; in callBlockingMethod()
/external/autotest/frontend/afe/json_rpc/
DserviceHandler.py67 class ServiceException(Exception): class
70 class ServiceRequestNotTranslatable(ServiceException):
73 class BadServiceRequest(ServiceException):
76 class ServiceMethodNotFound(ServiceException):
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
Dmock_cloud_api.py36 from gslib.cloud_api import ServiceException
129 raise ServiceException('Bucket %s already exists.' % bucket_name,
136 raise ServiceException('Bucket %s already exists.' % bucket_name,
Dtest_copy_helper_funcs.py24 from gslib.cloud_api import ServiceException
358 self.assertTrue(isinstance(translated_exc, ServiceException))
Dtest_naming.py40 from gslib.cloud_api import ServiceException
1089 except ServiceException, e:
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/awslambda/
Dexceptions.py37 class ServiceException(BotoServerError): class
Dlayer1.py51 "ServiceException": exceptions.ServiceException,
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
Ddefacl.py23 from gslib.cloud_api import ServiceException
256 @Retry(ServiceException, tries=3, timeout_secs=1)
Drm.py22 from gslib.cloud_api import ServiceException
283 except ServiceException, e:
Dacl.py23 from gslib.cloud_api import ServiceException
399 @Retry(ServiceException, tries=3, timeout_secs=1)
Dperfdiag.py44 from gslib.cloud_api import ServiceException
671 if isinstance(e, ServiceException):
1908 ServiceException]
/external/protobuf/java/src/test/java/com/google/protobuf/
DServiceTest.java198 public void testNewReflectiveBlockingService() throws ServiceException { in testNewReflectiveBlockingService()
/external/protobuf/
DMakefile.am108 java/src/main/java/com/google/protobuf/ServiceException.java \
DMakefile.in443 java/src/main/java/com/google/protobuf/ServiceException.java \