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:
Serializable
Exception thrown when the operation was aborted, typically due to a concurrency issue like
sequencer check failures, transaction aborts, etc.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAbortedException(String message, Throwable cause, StatusCode statusCode, boolean retryable) AbortedException(String message, Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) AbortedException(Throwable cause, StatusCode statusCode, boolean retryable) AbortedException(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, isRetryableMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AbortedException
-
AbortedException
-
AbortedException
public AbortedException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) -
AbortedException
public AbortedException(String message, Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails)
-