Class CoordinatorException.TransactionNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    CoordinatorException

    public static class CoordinatorException.TransactionNotFoundException
    extends CoordinatorException
    Exception is thrown when a transaction is not found in coordinator.
    See Also:
    Serialized Form
    • Constructor Detail

      • TransactionNotFoundException

        public TransactionNotFoundException​(java.lang.String message)
      • TransactionNotFoundException

        public TransactionNotFoundException​(org.apache.pulsar.client.api.transaction.TxnID txnID)
      • TransactionNotFoundException

        public TransactionNotFoundException​(java.lang.String message,
                                            java.lang.Throwable cause)
      • TransactionNotFoundException

        public TransactionNotFoundException​(java.lang.Throwable cause)