Class GitLockFailedException

All Implemented Interfaces:
Serializable

public class GitLockFailedException extends GitException
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 Details

    • GitLockFailedException

      public GitLockFailedException()
      Constructor for GitLockFailedException.
    • GitLockFailedException

      public GitLockFailedException(String message)
      Constructor for GitLockFailedException.
      Parameters:
      message - String description to associate with this exception
    • GitLockFailedException

      public GitLockFailedException(Throwable cause)
      Constructor for GitLockFailedException.
      Parameters:
      cause - Throwable which caused this exception
    • GitLockFailedException

      public GitLockFailedException(String message, Throwable cause)
      Constructor for GitLockFailedException.
      Parameters:
      message - String description to associate with this exception
      cause - Throwable which caused this exception