org.apache.lucene.util
Class TwoPhaseCommitTool.PrepareCommitFailException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.lucene.util.TwoPhaseCommitTool.PrepareCommitFailException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- TwoPhaseCommitTool
public static class TwoPhaseCommitTool.PrepareCommitFailException
- extends IOException
Thrown by TwoPhaseCommitTool.execute(TwoPhaseCommit...)
when an
object fails to prepareCommit().
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TwoPhaseCommitTool.PrepareCommitFailException
public TwoPhaseCommitTool.PrepareCommitFailException(Throwable cause,
TwoPhaseCommit obj)