org.netbeans.libs.git/1 1.1

org.netbeans.libs.git
Class GitException.RefUpdateException

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.RefUpdateException
All Implemented Interfaces:
Serializable
Enclosing class:
GitException

public static class GitException.RefUpdateException
extends GitException

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.RefUpdateException(String message, GitRefUpdateResult result)
           
 
Method Summary
 GitRefUpdateResult getResult()
           
 
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.RefUpdateException

public GitException.RefUpdateException(String message,
                                       GitRefUpdateResult result)
Method Detail

getResult

public GitRefUpdateResult getResult()

org.netbeans.libs.git/1 1.1

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