Class RefNotFoundException

All Implemented Interfaces:
Serializable

public class RefNotFoundException extends GitAPIException
Thrown when a Ref can not be resolved
See Also:
  • Field Details

  • Constructor Details

    • RefNotFoundException

      public RefNotFoundException(String message, Throwable cause)
      Constructor for RefNotFoundException
      Parameters:
      message - error message
      cause - a Throwable
      Since:
      4.1
    • RefNotFoundException

      public RefNotFoundException(String message)
      Constructor for RefNotFoundException
      Parameters:
      message - error message