Package org.tmatesoft.svn.core
Class SVNAuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.tmatesoft.svn.core.SVNException
org.tmatesoft.svn.core.SVNAuthenticationException
- All Implemented Interfaces:
Serializable
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.
- Since:
- 1.2
- Version:
- 1.3
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSVNAuthenticationException
(SVNErrorMessage errorMessage) Creates a new authentication exception given detailed error information.SVNAuthenticationException
(SVNErrorMessage errorMessage, 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
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
SVNAuthenticationException
Creates a new authentication exception given detailed error information and the original cause.- Parameters:
errorMessage
- an error messagecause
- an original cause
-
SVNAuthenticationException
Creates a new authentication exception given detailed error information.- Parameters:
errorMessage
- an error message
-