Package hudson.plugins.git
Class GitLockFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
hudson.plugins.git.GitException
hudson.plugins.git.GitLockFailedException
- All Implemented Interfaces:
Serializable
Exception which reports failure to lock a git repository. Lock failures are
a special case and may indicate that a retry attempt might succeed.
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructor for GitLockFailedException.GitLockFailedException
(String message) Constructor for GitLockFailedException.GitLockFailedException
(String message, Throwable cause) Constructor for GitLockFailedException.GitLockFailedException
(Throwable cause) Constructor for GitLockFailedException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GitLockFailedException
public GitLockFailedException()Constructor for GitLockFailedException. -
GitLockFailedException
Constructor for GitLockFailedException.- Parameters:
message
-String
description to associate with this exception
-
GitLockFailedException
Constructor for GitLockFailedException.- Parameters:
cause
-Throwable
which caused this exception
-
GitLockFailedException
Constructor for GitLockFailedException.
-