Class TransactionException.TransactionNotSealedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.pulsar.broker.transaction.exception.TransactionException
org.apache.pulsar.broker.transaction.exception.TransactionException.TransactionNotSealedException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- TransactionException
Exception is thrown when opening a reader on a transaction that is not sealed yet.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.pulsar.broker.transaction.exception.TransactionException
TransactionException.TransactionNotSealedException, TransactionException.TransactionSealedException, TransactionException.TransactionStatusException -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TransactionNotSealedException
-