org.netbeans.libs.git/1 1.1

org.netbeans.libs.git
Class GitException.AuthorizationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.netbeans.libs.git.GitException
              extended by org.netbeans.libs.git.GitException.AuthorizationException
All Implemented Interfaces:
Serializable
Enclosing class:
GitException

public static class GitException.AuthorizationException
extends GitException

Thrown when an authentication or authorization to a remote repository fails because of incorrect credentials.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.netbeans.libs.git.GitException
GitException.AuthorizationException, GitException.CheckoutConflictException, GitException.MissingObjectException, GitException.NotMergedException, GitException.RefUpdateException
 
Constructor Summary
GitException.AuthorizationException(String repositoryUrl, String message, Throwable t)
           
 
Method Summary
 String getRepositoryUrl()
           
 
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

GitException.AuthorizationException

public GitException.AuthorizationException(String repositoryUrl,
                                           String message,
                                           Throwable t)
Parameters:
repositoryUrl - remote repository URL
message - explanation error message
t - cause exception
Method Detail

getRepositoryUrl

public String getRepositoryUrl()
Returns:
remote repository URL that was contacted and refused the connection because of incorrect credentials.

org.netbeans.libs.git/1 1.1

Built on May 22 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.