|
SVNKit Home]]> | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.tmatesoft.svn.core.SVNException
org.tmatesoft.svn.core.SVNCancelException
org.tmatesoft.svn.core.SVNAuthenticationCancelledException
public class SVNAuthenticationCancelledException
The SVNAuthenticationCancelkedException is used to signal on authentication being cancelled by the user.
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 |
|---|
public SVNAuthenticationCancelledException(SVNErrorMessage lastError,
SVNAuthentication lastAuthentication)
| Method Detail |
|---|
public SVNErrorMessage getLastAuthenticationError()
public SVNAuthentication getLastAuthentication()
|
SVNKit Home]]> | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||