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