Class CoordinatorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.pulsar.transaction.coordinator.exceptions.CoordinatorException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CoordinatorException.CoordinatorNotFoundException,CoordinatorException.InvalidTxnStatusException,CoordinatorException.ReachMaxActiveTxnException,CoordinatorException.TransactionMetadataStoreStateException,CoordinatorException.TransactionNotFoundException
The base exception for exceptions thrown from coordinator.
- See Also:
-
Nested Class Summary
Nested ClassesModifier 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. -
Constructor Summary
ConstructorsConstructorDescriptionCoordinatorException(String message) CoordinatorException(String message, Throwable cause) CoordinatorException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CoordinatorException
-
CoordinatorException
-
CoordinatorException
-