@InterfaceAudience.Private @InterfaceStability.Evolving public class TransactionCoordinatorClientException extends IOException
| Modifier and Type | Class and Description |
|---|---|
static class |
TransactionCoordinatorClientException.CoordinatorClientStateException
Thrown when transaction coordinator with unexpected state.
|
static class |
TransactionCoordinatorClientException.CoordinatorNotFoundException
Thrown when transaction coordinator not found in broker side.
|
static class |
TransactionCoordinatorClientException.InvalidTxnStatusException
Thrown when transaction switch to a invalid status.
|
static class |
TransactionCoordinatorClientException.MetaStoreHandlerNotExistsException
Thrown when transaction meta store handler not exists.
|
static class |
TransactionCoordinatorClientException.MetaStoreHandlerNotReadyException
Thrown when send request to transaction meta store but the transaction meta store handler not ready.
|
static class |
TransactionCoordinatorClientException.TransactionNotFoundException
Thrown when transaction not found in transaction coordinator.
|
| Constructor and Description |
|---|
TransactionCoordinatorClientException(String message) |
TransactionCoordinatorClientException(Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
static TransactionCoordinatorClientException |
unwrap(Throwable t) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TransactionCoordinatorClientException(Throwable t)
public TransactionCoordinatorClientException(String message)
public static TransactionCoordinatorClientException unwrap(Throwable t)
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.