Exemplo n.º 1
0
 public FileNotFound() {
   super(FileNotFoundHelper.id());
 } // ctor
Exemplo n.º 2
0
 public FileNotFound(String $reason) {
   super(FileNotFoundHelper.id() + "  " + $reason);
 } // ctor