|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.tmatesoft.svn.core.SVNException org.tmatesoft.svn.core.SVNAuthenticationException
public class SVNAuthenticationException
An exception class that is used to signal about the fact that errors occured exactly during an authentication try. Provides the same kind of information as its base class does.
SVNException
,
Serialized FormConstructor Summary | |
---|---|
SVNAuthenticationException(SVNErrorMessage errorMessage)
Creates a new authentication exception given detailed error information. |
|
SVNAuthenticationException(SVNErrorMessage errorMessage,
java.lang.Throwable cause)
Creates a new authentication exception given detailed error information and the original cause. |
Method Summary |
---|
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 SVNAuthenticationException(SVNErrorMessage errorMessage, java.lang.Throwable cause)
errorMessage
- an error messagecause
- an original causepublic SVNAuthenticationException(SVNErrorMessage errorMessage)
errorMessage
- an error message
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |