Home
last modified time | relevance | path

Searched defs:AbortedException (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/rpc/
H A DAbortedException.java36 public class AbortedException extends ApiException { class
37 public AbortedException(Throwable cause, StatusCode statusCode, boolean retryable) { in AbortedException() method in AbortedException
41 public AbortedException( in AbortedException() method in AbortedException
46 public AbortedException( in AbortedException() method in AbortedException
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/exception/
H A DAbortedException.java27 public final class AbortedException extends SdkClientException { class
29 private AbortedException(Builder b) { in AbortedException() method in AbortedException
/aosp_15_r20/external/crcalc/src/com/hp/creals/
H A DCR.java195 public static class AbortedException extends RuntimeException { class in CR
196 public AbortedException() { super(); } in AbortedException() method in CR.AbortedException
197 public AbortedException(String s) { super(s); } in AbortedException() method in CR.AbortedException