org.eclipse.jgit.api.errors
Class InvalidRemoteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.jgit.api.errors.GitAPIException
              extended by org.eclipse.jgit.api.errors.InvalidRemoteException
All Implemented Interfaces:
Serializable

public class InvalidRemoteException
extends GitAPIException

Exception thrown when a fetch command was called with an invalid remote

See Also:
Serialized Form

Constructor Summary
InvalidRemoteException(String msg)
           
InvalidRemoteException(String msg, Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidRemoteException

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

InvalidRemoteException

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


Copyright © 2013. All Rights Reserved.