Uses of Class
org.apache.pulsar.transaction.coordinator.exceptions.CoordinatorException
Packages that use CoordinatorException
Package
Description
Internal exceptions for transaction coordinator.
-
Uses of CoordinatorException in org.apache.pulsar.transaction.coordinator.exceptions
Subclasses of CoordinatorException in org.apache.pulsar.transaction.coordinator.exceptionsModifier and TypeClassDescriptionstatic classException is thrown when transaction coordinator not found.static classException is thrown when transaction is not in the right status.static classException is thrown when a operation of new transaction reach the number of max active transactions.static classException is thrown when a operation of transaction is executed in a error transaction metadata store state.static classException is thrown when a transaction is not found in coordinator.