Class TransactionCoordinatorClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.pulsar.client.api.transaction.TransactionCoordinatorClientException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TransactionCoordinatorClientException.CoordinatorClientStateException,TransactionCoordinatorClientException.CoordinatorNotFoundException,TransactionCoordinatorClientException.InvalidTxnStatusException,TransactionCoordinatorClientException.MetaStoreHandlerNotExistsException,TransactionCoordinatorClientException.MetaStoreHandlerNotReadyException,TransactionCoordinatorClientException.TransactionNotFoundException
Exceptions for transaction coordinator client.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThrown when transaction coordinator with unexpected state.static classThrown when transaction coordinator not found in broker side.static classThrown when transaction switch to a invalid status.static classThrown when transaction meta store handler not exists.static classThrown when send request to transaction meta store but the transaction meta store handler not ready.static classThrown when transaction not found in transaction coordinator. -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TransactionCoordinatorClientException
-
TransactionCoordinatorClientException
-
-
Method Details
-
unwrap
-