Package org.tmatesoft.svn.core
Class SVNAuthenticationCancelledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.tmatesoft.svn.core.SVNException
org.tmatesoft.svn.core.SVNCancelException
org.tmatesoft.svn.core.SVNAuthenticationCancelledException
- All Implemented Interfaces:
Serializable
The SVNAuthenticationCancelkedException is used to signal on
authentication being cancelled by the user.
- Since:
- 1.9
- Version:
- 1.3
- Author:
- TMate Software Ltd.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSVNAuthenticationCancelledException
(SVNErrorMessage lastError, SVNAuthentication lastAuthentication) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.tmatesoft.svn.core.SVNException
getErrorMessage, getMessage, isEnoent
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SVNAuthenticationCancelledException
public SVNAuthenticationCancelledException(SVNErrorMessage lastError, SVNAuthentication lastAuthentication)
-
-
Method Details
-
getLastAuthenticationError
-
getLastAuthentication
-