Class TransactionConflictException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.pulsar.transaction.common.exception.TransactionConflictException
All Implemented Interfaces:
Serializable

public class TransactionConflictException extends Exception
Exception thrown when a transaction try to acknowledge message when it shouldn't.
See Also:
  • Constructor Details

    • TransactionConflictException

      public TransactionConflictException(String message)