Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/
DNotFoundException.java21 public class NotFoundException extends Exception { class
22 public NotFoundException(String msg) { in NotFoundException() method in NotFoundException
26 public NotFoundException(String msg, Exception e) { in NotFoundException() method in NotFoundException
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/kms/
Dexceptions.py71 class NotFoundException(BotoServerError): class
/external/llvm/utils/
Dllvm-compilers-check187 class NotFoundException(Exception): pass class
/external/chromium-trace/catapult/third_party/gsutil/gslib/
Dcloud_api.py606 class NotFoundException(ServiceException): class