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, toString
public IndexWriteException()
public IndexWriteException(String s)
s
- messageCopyright © 2019 Eclipse JGit Project. All rights reserved.