Class LfsRepositoryReadOnly

  • All Implemented Interfaces:
    java.io.Serializable

    public class LfsRepositoryReadOnly
    extends LfsException
    Thrown when the user has read, but not write access. Only applicable when the operation in the request is "upload".
    Since:
    4.5
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Constructor Description
      LfsRepositoryReadOnly​(java.lang.String name)
      Constructor for LfsRepositoryReadOnly.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • LfsRepositoryReadOnly

        public LfsRepositoryReadOnly​(java.lang.String name)

        Constructor for LfsRepositoryReadOnly.

        Parameters:
        name - the repository name.