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