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.
Inheritance
java.lang.Object > Throwable > java.lang.Exception > RuntimeException > ApiException > AbortedExceptionConstructors
AbortedException(String message, Throwable cause, StatusCode statusCode, boolean retryable)
public AbortedException(String message, Throwable cause, StatusCode statusCode, boolean retryable)
Name | Description |
message | String |
cause | Throwable |
statusCode | StatusCode |
retryable | boolean |
AbortedException(Throwable cause, StatusCode statusCode, boolean retryable)
public AbortedException(Throwable cause, StatusCode statusCode, boolean retryable)
Name | Description |
cause | Throwable |
statusCode | StatusCode |
retryable | boolean |