public class IndexReadException extends IOException
Constructor and Description |
---|
IndexReadException()
Constructs an IndexReadException with the default message.
|
IndexReadException(String s)
Constructs an IndexReadException with the specified detail message.
|
IndexReadException(String s,
Throwable cause)
Constructs an IndexReadException with the specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IndexReadException()
public IndexReadException(String s)
s
- messageCopyright © 2020 Eclipse JGit Project. All rights reserved.