org.eclipse.jgit.errors
Class NoRemoteRepositoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.eclipse.jgit.errors.TransportException
                  extended by org.eclipse.jgit.errors.NoRemoteRepositoryException
All Implemented Interfaces:
Serializable

public class NoRemoteRepositoryException
extends TransportException

Indicates a remote repository does not exist.

See Also:
Serialized Form

Constructor Summary
NoRemoteRepositoryException(URIish uri, String s)
          Constructs an exception indicating a repository does not exist.
 
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

NoRemoteRepositoryException

public NoRemoteRepositoryException(URIish uri,
                                   String s)
Constructs an exception indicating a repository does not exist.

Parameters:
uri - URI used for transport
s - message


Copyright © 2012. All Rights Reserved.