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
public static class TwoPhaseCommitTool.PrepareCommitFailException extends IOException
Thrown byTwoPhaseCommitTool.execute(TwoPhaseCommit...)
when an object fails to prepareCommit().- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PrepareCommitFailException(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 Detail
-
PrepareCommitFailException
public PrepareCommitFailException(Throwable cause, TwoPhaseCommit obj)
Sole constructor.
-
-