public class GitException extends RuntimeException
| Constructor and Description |
|---|
GitException()
Constructor for GitException.
|
GitException(String message)
Constructor for GitException.
|
GitException(String message,
Throwable cause)
Constructor for GitException.
|
GitException(Throwable cause)
Constructor for GitException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic GitException()
public GitException(String message)
message - String description to associate with this exceptionpublic GitException(Throwable cause)
cause - Throwable which caused this exceptionCopyright © 2013–2020. All rights reserved.