Class LfsUnauthorized

All Implemented Interfaces:
Serializable

public class LfsUnauthorized extends LfsException
Thrown when authorization was refused for an LFS operation.
Since:
4.7
See Also:
  • Field Details

  • Constructor Details

    • LfsUnauthorized

      public LfsUnauthorized(String operation, String name)

      Constructor for LfsUnauthorized.

      Parameters:
      operation - the operation that was attempted.
      name - the repository name.