@InterfaceAudience.Private @InterfaceStability.Evolving public class TransactionBufferClientException extends IOException
| Modifier and Type | Class and Description |
|---|---|
static class |
TransactionBufferClientException.ReachMaxPendingOpsException
Thrown when transaction buffer op over max pending numbers.
|
static class |
TransactionBufferClientException.RequestTimeoutException
Thrown when operation timeout.
|
| Constructor and Description |
|---|
TransactionBufferClientException(String message) |
TransactionBufferClientException(Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
static TransactionBufferClientException |
unwrap(Throwable t) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TransactionBufferClientException(Throwable t)
public TransactionBufferClientException(String message)
public static TransactionBufferClientException unwrap(Throwable t)
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.