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