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 SourceCommitFailException(Exception, ITwoPhaseCommit)
Sole constructor.
Declaration
public CommitFailException(Exception cause, ITwoPhaseCommit obj)
Parameters
| Type | Name | Description |
|---|---|---|
| Exception | cause | |
| ITwoPhaseCommit | obj |