Class TransactionException.TransactionSealedException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    TransactionException

    public static class TransactionException.TransactionSealedException
    extends 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:
    Serialized Form
    • Constructor Detail

      • TransactionSealedException

        public TransactionSealedException​(java.lang.String message)