Class InvalidRemoteException

All Implemented Interfaces:
Serializable

public class InvalidRemoteException extends GitAPIException
Exception thrown when a fetch command was called with an invalid remote
See Also:
  • Field Details

  • Constructor Details

    • InvalidRemoteException

      public InvalidRemoteException(String msg)
      Constructor for InvalidRemoteException
      Parameters:
      msg - message describing the invalid remote.
    • InvalidRemoteException

      public InvalidRemoteException(String msg, Throwable cause)
      Constructor for InvalidRemoteException
      Parameters:
      msg - message describing the invalid remote.
      cause - why the remote is invalid.