|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
org.eclipse.jgit.errors.IndexWriteException
public class IndexWriteException
Cannot write a modified index. This is a serious error that users need to be made aware of.
| 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 |
|---|
public IndexWriteException()
public IndexWriteException(String s)
s - message
public IndexWriteException(String s,
Throwable cause)
s - messagecause - root cause exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||