1 package hero.util;2 3 public class NodeCancelledException extends HeroException {4 public NodeCancelledException(String why) { 5 super(why);6 }7 }8