Class LfsConfigInvalidException

  • All Implemented Interfaces:
    Serializable

    public class LfsConfigInvalidException
    extends IOException
    Thrown when a LFS configuration problem has been detected (i.e. unable to find the remote LFS repository URL).
    Since:
    4.11
    See Also:
    Serialized Form
    • Constructor Detail

      • LfsConfigInvalidException

        public LfsConfigInvalidException​(String msg)
        Constructor for LfsConfigInvalidException.
        Parameters:
        msg - the error description
      • LfsConfigInvalidException

        public LfsConfigInvalidException​(String msg,
                                         Exception e)
        Constructor for LfsConfigInvalidException.
        Parameters:
        msg - the error description
        e - cause of this exception
        Since:
        5.0