org.apache.lucene.index
Class TwoPhaseCommitTool.CommitFailException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.lucene.index.TwoPhaseCommitTool.CommitFailException
All Implemented Interfaces:
Serializable
Enclosing class:
TwoPhaseCommitTool

public static class TwoPhaseCommitTool.CommitFailException
extends IOException

Thrown by TwoPhaseCommitTool.execute(TwoPhaseCommit...) when an object fails to commit().

See Also:
Serialized Form

Constructor Summary
TwoPhaseCommitTool.CommitFailException(Throwable cause, TwoPhaseCommit obj)
          Sole constructor.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TwoPhaseCommitTool.CommitFailException

public TwoPhaseCommitTool.CommitFailException(Throwable cause,
                                              TwoPhaseCommit obj)
Sole constructor.



Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.