Package org.lmdbjava

Class Txn.ReadOnlyRequiredException

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    Txn<T>

    public static class Txn.ReadOnlyRequiredException
    extends LmdbException
    The current transaction is not a read-only transaction.
    See Also:
    Serialized Form
    • Constructor Detail

      • ReadOnlyRequiredException

        public ReadOnlyRequiredException()
        Creates a new instance.