Searched defs:AbortedException (Results 1 – 1 of 1) sorted by relevance
195 public static class AbortedException extends RuntimeException { class in CR196 public AbortedException() { super(); } in AbortedException() method in CR.AbortedException197 public AbortedException(String s) { super(s); } in AbortedException() method in CR.AbortedException