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)
        Constructor for NoHeadException
        Parameters:
        message - error message
        cause - a Throwable
      • NoHeadException

        public NoHeadException​(String message)
        Constructor for NoHeadException
        Parameters:
        message - error message