Class NoHeadException

  • All Implemented Interfaces:
    Serializable

    public class NoHeadException
    extends GitAPIException
    Exception thrown when a command expected the HEAD reference to exist but couldn't find such a reference
    See Also:
    Serialized Form
    • Constructor Detail

      • NoHeadException

        public NoHeadException​(String message,
                               Throwable cause)
        Parameters:
        message -
        cause -
      • NoHeadException

        public NoHeadException​(String message)
        Parameters:
        message -