Class TransactionException.TransactionSealedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.pulsar.broker.transaction.exception.TransactionException
org.apache.pulsar.broker.transaction.exception.TransactionException.TransactionSealedException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- TransactionException
Exception thrown if a transaction is already sealed.
If a transaction is sealed, no more entries should be appended to this transaction.
- 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
-
TransactionSealedException
-