Class TransactionBufferClientException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.pulsar.client.api.transaction.TransactionBufferClientException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
TransactionBufferClientException.ReachMaxPendingOpsException
,TransactionBufferClientException.RequestTimeoutException
@Private @Evolving public class TransactionBufferClientException extends java.io.IOException
Exceptions for transaction buffer client.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TransactionBufferClientException.ReachMaxPendingOpsException
Thrown when transaction buffer op over max pending numbers.static class
TransactionBufferClientException.RequestTimeoutException
Thrown when operation timeout.
-
Constructor Summary
Constructors Constructor Description TransactionBufferClientException(java.lang.String message)
TransactionBufferClientException(java.lang.Throwable t)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TransactionBufferClientException
unwrap(java.lang.Throwable t)
-
-
-
Method Detail
-
unwrap
public static TransactionBufferClientException unwrap(java.lang.Throwable t)
-
-