Class CoordinatorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.pulsar.transaction.coordinator.exceptions.CoordinatorException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
CoordinatorException.CoordinatorNotFoundException,CoordinatorException.InvalidTxnStatusException,CoordinatorException.TransactionMetadataStoreStateException,CoordinatorException.TransactionNotFoundException
public abstract class CoordinatorException extends java.lang.ExceptionThe base exception for exceptions thrown from coordinator.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCoordinatorException.CoordinatorNotFoundExceptionException is thrown when transaction coordinator not found.static classCoordinatorException.InvalidTxnStatusExceptionException is thrown when transaction is not in the right status.static classCoordinatorException.TransactionMetadataStoreStateExceptionException is thrown when a operation of transaction is executed in a error transaction metadata store state.static classCoordinatorException.TransactionNotFoundExceptionException is thrown when a transaction is not found in coordinator.
-
Constructor Summary
Constructors Constructor Description CoordinatorException(java.lang.String message)CoordinatorException(java.lang.String message, java.lang.Throwable cause)CoordinatorException(java.lang.Throwable cause)
-