Package org.apache.lucene.index
Class TwoPhaseCommitTool.PrepareCommitFailException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.lucene.index.TwoPhaseCommitTool.PrepareCommitFailException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- TwoPhaseCommitTool
Thrown by
TwoPhaseCommitTool.execute(TwoPhaseCommit...)
when an object fails to
prepareCommit().- See Also:
-
Constructor Summary
ConstructorDescriptionPrepareCommitFailException
(Throwable cause, TwoPhaseCommit obj) Sole constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PrepareCommitFailException
Sole constructor.
-