Searched defs:NotFoundException (Results 1 - 25 of 26) sorted by relevance

12

/external/javassist/src/main/javassist/
H A DNotFoundException.java21 public class NotFoundException extends Exception { class in inherits:Exception
22 public NotFoundException(String msg) { method in class:NotFoundException
26 public NotFoundException(String msg, Exception e) { method in class:NotFoundException
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/kms/
H A Dtest_kms.py24 from boto.kms.exceptions import NotFoundException namespace
37 with self.assertRaises(NotFoundException):
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/kms/
H A Dexceptions.py71 class NotFoundException(BotoServerError): class in inherits:BotoServerError
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
H A Dstat.py24 from gslib.cloud_api import NotFoundException namespace
146 except NotFoundException:
H A Dls.py22 from gslib.cloud_api import NotFoundException namespace
479 raise NotFoundException('One or more bucket URLs matched no buckets.')
H A Drm.py21 from gslib.cloud_api import NotFoundException namespace
158 'No URLs matched' in e.message) or isinstance(e, NotFoundException):
H A Drsync.py35 from gslib.cloud_api import NotFoundException namespace
889 except NotFoundException:
H A Dperfdiag.py43 from gslib.cloud_api import NotFoundException namespace
1207 except NotFoundException:
/external/chromium-trace/catapult/third_party/gsutil/gslib/
H A Dwildcard_iterator.py31 from gslib.cloud_api import NotFoundException namespace
171 except (NotFoundException, AccessDeniedException):
H A Dcloud_api.py606 class NotFoundException(ServiceException): class in inherits:ServiceException
610 class BucketNotFoundException(NotFoundException):
H A Dtranslation_helper.py40 from gslib.cloud_api import NotFoundException namespace
327 """Creates a NotFoundException for an object upload or copy.
341 NotFoundException with appropriate message.
349 return NotFoundException(
353 return NotFoundException(
369 return NotFoundException('%s does not exist.' % uri_string, status=code)
H A Dboto_translation.py56 from gslib.cloud_api import NotFoundException namespace
336 raise NotFoundException('Bucket %s does not exist.' % bucket_name)
1474 return NotFoundException(e.message, status=e.status, body=e.body)
1496 return NotFoundException(e.message, status=404)
H A Dgcs_json_api.py48 from gslib.cloud_api import NotFoundException namespace
1206 raise NotFoundException('One of the source objects does not exist.')
1426 return NotFoundException(e.message, status=e.status_code)
H A Dcopy_helper.py49 from gslib.cloud_api import NotFoundException namespace
1459 except NotFoundException:
2701 except NotFoundException:
2703 'NotFoundException: Could not retrieve source object %s.' %
2783 except NotFoundException:
3033 except NotFoundException:
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
H A Dtest_naming.py39 from gslib.cloud_api import NotFoundException namespace
1014 except NotFoundException, e:
/external/guice/extensions/persist/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/guice/extensions/struts2/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/robolectric/v1/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 297 milliseconds

12