Package org.apache.pulsar.transaction.coordinator.exceptions
Internal exceptions for transaction coordinator.
-
Exception Summary Exception Description CoordinatorException The base exception for exceptions thrown from coordinator.CoordinatorException.CoordinatorNotFoundException Exception is thrown when transaction coordinator not found.CoordinatorException.InvalidTxnStatusException Exception is thrown when transaction is not in the right status.CoordinatorException.TransactionMetadataStoreStateException Exception is thrown when a operation of transaction is executed in a error transaction metadata store state.CoordinatorException.TransactionNotFoundException Exception is thrown when a transaction is not found in coordinator.