Searched defs:AbortedException (Results 1 – 3 of 3) sorted by relevance
36 public class AbortedException extends ApiException { class37 public AbortedException(Throwable cause, StatusCode statusCode, boolean retryable) { in AbortedException() method in AbortedException41 public AbortedException( in AbortedException() method in AbortedException46 public AbortedException( in AbortedException() method in AbortedException
27 public final class AbortedException extends SdkClientException { class29 private AbortedException(Builder b) { in AbortedException() method in AbortedException
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