Class TransactionAbortedException

  • All Implemented Interfaces:
    Serializable

    public class TransactionAbortedException
    extends ApiException
    This is the Exception thrown when we are aborting any undrained batches during a transaction which is aborted without any underlying cause - which likely means that the user chose to abort.
    See Also:
    Serialized Form
    • Constructor Detail

      • TransactionAbortedException

        public TransactionAbortedException​(String message,
                                           Throwable cause)
      • TransactionAbortedException

        public TransactionAbortedException​(String message)
      • TransactionAbortedException

        public TransactionAbortedException()