Show / Hide Table of Contents

    Class TwoPhaseCommitTool.CommitFailException

    Thrown by Execute(ITwoPhaseCommit[]) when an object fails to Commit().

    Inheritance
    System.Object
    TwoPhaseCommitTool.CommitFailException
    Namespace: Lucene.Net.Index
    Assembly: Lucene.Net.dll
    Syntax
    public class CommitFailException : System.IO.IOException

    Constructors

    | Improve this Doc View Source

    CommitFailException(Exception, ITwoPhaseCommit)

    Sole constructor.

    Declaration
    public CommitFailException(Exception cause, ITwoPhaseCommit obj)
    Parameters
    Type Name Description
    Exception cause
    ITwoPhaseCommit obj
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)