Searched defs:NotFoundException (Results 1 – 2 of 2) 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
187 class NotFoundException(Exception): pass class