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 class
Thrown when transaction coordinator with unexpected state.static class
Thrown when transaction coordinator not found in broker side.static class
Thrown when transaction switch to a invalid status.static class
Thrown when transaction meta store handler not exists.static class
Thrown when send request to transaction meta store but the transaction meta store handler not ready.static class
Thrown 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
-