Package com.google.api.gax.rpc
Class AbortedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.google.api.gax.rpc.ApiException
-
- com.google.api.gax.rpc.AbortedException
-
- All Implemented Interfaces:
java.io.Serializable
public class AbortedException extends ApiException
Exception thrown when the operation was aborted, typically due to a concurrency issue like sequencer check failures, transaction aborts, etc.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbortedException(java.lang.String message, java.lang.Throwable cause, StatusCode statusCode, boolean retryable)AbortedException(java.lang.Throwable cause, StatusCode statusCode, boolean retryable)AbortedException(java.lang.Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails)
-
Method Summary
-
Methods inherited from class com.google.api.gax.rpc.ApiException
getDomain, getErrorDetails, getMetadata, getReason, getStatusCode, isRetryable
-
-
-
-
Constructor Detail
-
AbortedException
public AbortedException(java.lang.Throwable cause, StatusCode statusCode, boolean retryable)
-
AbortedException
public AbortedException(java.lang.String message, java.lang.Throwable cause, StatusCode statusCode, boolean retryable)
-
AbortedException
public AbortedException(java.lang.Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails)
-
-