Class 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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)