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