public abstract class CoordinatorException extends Exception
| Modifier and Type | Class and Description |
|---|---|
static class |
CoordinatorException.CoordinatorNotFoundException
Exception is thrown when transaction coordinator not found.
|
static class |
CoordinatorException.InvalidTxnStatusException
Exception is thrown when transaction is not in the right status.
|
static class |
CoordinatorException.TransactionMetadataStoreStateException
Exception is thrown when a operation of transaction is executed in a error transaction metadata store state.
|
static class |
CoordinatorException.TransactionNotFoundException
Exception is thrown when a transaction is not found in coordinator.
|
| Constructor and Description |
|---|
CoordinatorException(String message) |
CoordinatorException(String message,
Throwable cause) |
CoordinatorException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2017–2021 Apache Software Foundation. All rights reserved.