Searched defs:NotFoundException (Results 1 – 4 of 4) sorted by relevance
21 public class NotFoundException extends Exception { class22 public NotFoundException(String msg) { in NotFoundException() method in NotFoundException26 public NotFoundException(String msg, Exception e) { in NotFoundException() method in NotFoundException
71 class NotFoundException(BotoServerError): class
187 class NotFoundException(Exception): pass class
606 class NotFoundException(ServiceException): class