Class TwoPhaseCommitTool.PrepareCommitFailException
Thrown by Execute(ITwoPhaseCommit[]) when an object fails to PrepareCommit().
Inheritance
System.Object
TwoPhaseCommitTool.PrepareCommitFailException
Namespace: Lucene.Net.Index
Assembly: Lucene.Net.dll
Syntax
public class PrepareCommitFailException : System.IO.IOException
Constructors
| Improve this Doc View SourcePrepareCommitFailException(Exception, ITwoPhaseCommit)
Sole constructor.
Declaration
public PrepareCommitFailException(Exception cause, ITwoPhaseCommit obj)
Parameters
| Type | Name | Description |
|---|---|---|
| Exception | cause | |
| ITwoPhaseCommit | obj |