public class IndexWriteException extends IOException
| Constructor and Description | 
|---|
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. 
 | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IndexWriteException()
public IndexWriteException(String s)
s - messageCopyright © 2020 Eclipse JGit Project. All rights reserved.