SVNKit Home]]>

org.tmatesoft.svn.core
Class SVNAuthenticationCancelledException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.tmatesoft.svn.core.SVNException
              extended by org.tmatesoft.svn.core.SVNCancelException
                  extended by org.tmatesoft.svn.core.SVNAuthenticationCancelledException
All Implemented Interfaces:
java.io.Serializable

public class SVNAuthenticationCancelledException
extends SVNCancelException

The SVNAuthenticationCancelkedException is used to signal on authentication being cancelled by the user.

Since:
1.9
See Also:
SVNCancelException, Serialized Form

Constructor Summary
SVNAuthenticationCancelledException(SVNErrorMessage lastError, SVNAuthentication lastAuthentication)
           
 
Method Summary
 SVNAuthentication getLastAuthentication()
           
 SVNErrorMessage getLastAuthenticationError()
           
 
Methods inherited from class org.tmatesoft.svn.core.SVNException
getErrorMessage, getMessage, isEnoent
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

SVNAuthenticationCancelledException

public SVNAuthenticationCancelledException(SVNErrorMessage lastError,
                                           SVNAuthentication lastAuthentication)
Method Detail

getLastAuthenticationError

public SVNErrorMessage getLastAuthenticationError()

getLastAuthentication

public SVNAuthentication getLastAuthentication()

SVNKit Home]]>