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

public static class TransactionException.TransactionNotSealedException extends TransactionException
Exception is thrown when opening a reader on a transaction that is not sealed yet.
See Also:
  • Constructor Details

    • TransactionNotSealedException

      public TransactionNotSealedException(String message)