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:
  • Field Details

  • Constructor Details

    • 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