org.netbeans.libs.git
Class GitException.AuthorizationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.netbeans.libs.git.GitException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
GitException.AuthorizationException
public GitException.AuthorizationException(String repositoryUrl,
String message,
Throwable t)
- Parameters:
repositoryUrl - remote repository URLmessage - explanation error messaget - cause exception
getRepositoryUrl
public String getRepositoryUrl()
- Returns:
- remote repository URL that was contacted and refused the connection because of incorrect credentials.