org.eclipse.jgit.errors
Class IndexWriteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.eclipse.jgit.errors.IndexWriteException
All Implemented Interfaces:
Serializable

public class IndexWriteException
extends IOException

Cannot write a modified index. This is a serious error that users need to be made aware of.

See Also:
Serialized Form

Constructor Summary
IndexWriteException()
          Constructs an IndexWriteException with the default message.
IndexWriteException(String s)
          Constructs an IndexWriteException with the specified detail message.
IndexWriteException(String s, Throwable cause)
          Constructs an IndexWriteException with the specified detail message.
 
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

IndexWriteException

public IndexWriteException()
Constructs an IndexWriteException with the default message.


IndexWriteException

public IndexWriteException(String s)
Constructs an IndexWriteException with the specified detail message.

Parameters:
s - message

IndexWriteException

public IndexWriteException(String s,
                           Throwable cause)
Constructs an IndexWriteException with the specified detail message.

Parameters:
s - message
cause - root cause exception


Copyright © 2012. All Rights Reserved.